
@charset "UTF-8";

/**
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
   * Remove default margin.
   */
body {
    margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
    display: none;
}

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
    background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
    font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
    font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */
mark {
    background: #ff0;
    color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
    border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
    margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
   * Contain overflow in all browsers.
   */
pre {
    overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
    overflow: visible;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
    text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
    cursor: not-allowed;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
    line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
    overflow: auto;
}

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
    font-weight: bold;
}

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.foundation-mq {
    font-family: "small=0em&medium=50em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
    font-size: 100%;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Roboto", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    background: #fefefe;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}

select {
    width: 100%;
    border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 1;
}

[data-whatinput='mouse'] button {
    outline: 0;
}

.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

.row {
    max-width: 68.75rem;
    margin-left: auto;
    margin-right: auto;
}

.row::before,
.row::after {
    content: ' ';
    display: table;
}

.row::after {
    clear: both;
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-left: 0;
    padding-right: 0;
}

.row .row {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    max-width: none;
}

@media screen and (min-width: 50em) {
    .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
}

.row .row.collapse {
    margin-left: 0;
    margin-right: 0;
}

.row.expanded {
    max-width: none;
}

.row.expanded .row {
    margin-left: auto;
    margin-right: auto;
}

.column,
.columns {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

@media screen and (min-width: 50em) {

    .column,
    .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: left;
}

.column.row.row,
.row.row.columns {
    float: none;
}

.row .column.row.row,
.row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.small-1 {
    width: 8.33333%;
}

.small-push-1 {
    position: relative;
    left: 8.33333%;
}

.small-pull-1 {
    position: relative;
    left: -8.33333%;
}

.small-offset-0 {
    margin-left: 0%;
}

.small-2 {
    width: 16.66667%;
}

.small-push-2 {
    position: relative;
    left: 16.66667%;
}

.small-pull-2 {
    position: relative;
    left: -16.66667%;
}

.small-offset-1 {
    margin-left: 8.33333%;
}

.small-3 {
    width: 25%;
}

.small-push-3 {
    position: relative;
    left: 25%;
}

.small-pull-3 {
    position: relative;
    left: -25%;
}

.small-offset-2 {
    margin-left: 16.66667%;
}

.small-4 {
    width: 33.33333%;
}

.small-push-4 {
    position: relative;
    left: 33.33333%;
}

.small-pull-4 {
    position: relative;
    left: -33.33333%;
}

.small-offset-3 {
    margin-left: 25%;
}

.small-5 {
    width: 41.66667%;
}

.small-push-5 {
    position: relative;
    left: 41.66667%;
}

.small-pull-5 {
    position: relative;
    left: -41.66667%;
}

.small-offset-4 {
    margin-left: 33.33333%;
}

.small-6 {
    width: 50%;
}

.small-push-6 {
    position: relative;
    left: 50%;
}

.small-pull-6 {
    position: relative;
    left: -50%;
}

.small-offset-5 {
    margin-left: 41.66667%;
}

.small-7 {
    width: 58.33333%;
}

.small-push-7 {
    position: relative;
    left: 58.33333%;
}

.small-pull-7 {
    position: relative;
    left: -58.33333%;
}

.small-offset-6 {
    margin-left: 50%;
}

.small-8 {
    width: 66.66667%;
}

.small-push-8 {
    position: relative;
    left: 66.66667%;
}

.small-pull-8 {
    position: relative;
    left: -66.66667%;
}

.small-offset-7 {
    margin-left: 58.33333%;
}

.small-9 {
    width: 75%;
}

.small-push-9 {
    position: relative;
    left: 75%;
}

.small-pull-9 {
    position: relative;
    left: -75%;
}

.small-offset-8 {
    margin-left: 66.66667%;
}

.small-10 {
    width: 83.33333%;
}

.small-push-10 {
    position: relative;
    left: 83.33333%;
}

.small-pull-10 {
    position: relative;
    left: -83.33333%;
}

.small-offset-9 {
    margin-left: 75%;
}

.small-11 {
    width: 91.66667%;
}

.small-push-11 {
    position: relative;
    left: 91.66667%;
}

.small-pull-11 {
    position: relative;
    left: -91.66667%;
}

.small-offset-10 {
    margin-left: 83.33333%;
}

.small-12 {
    width: 100%;
}

.small-offset-11 {
    margin-left: 91.66667%;
}

.small-up-1>.column,
.small-up-1>.columns {
    width: 100%;
    float: left;
}

.small-up-1>.column:nth-of-type(1n),
.small-up-1>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-1>.column:nth-of-type(1n+1),
.small-up-1>.columns:nth-of-type(1n+1) {
    clear: both;
}

.small-up-1>.column:last-child,
.small-up-1>.columns:last-child {
    float: left;
}

.small-up-2>.column,
.small-up-2>.columns {
    width: 50%;
    float: left;
}

.small-up-2>.column:nth-of-type(1n),
.small-up-2>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-2>.column:nth-of-type(2n+1),
.small-up-2>.columns:nth-of-type(2n+1) {
    clear: both;
}

.small-up-2>.column:last-child,
.small-up-2>.columns:last-child {
    float: left;
}

.small-up-3>.column,
.small-up-3>.columns {
    width: 33.33333%;
    float: left;
}

.small-up-3>.column:nth-of-type(1n),
.small-up-3>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-3>.column:nth-of-type(3n+1),
.small-up-3>.columns:nth-of-type(3n+1) {
    clear: both;
}

.small-up-3>.column:last-child,
.small-up-3>.columns:last-child {
    float: left;
}

.small-up-4>.column,
.small-up-4>.columns {
    width: 25%;
    float: left;
}

.small-up-4>.column:nth-of-type(1n),
.small-up-4>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-4>.column:nth-of-type(4n+1),
.small-up-4>.columns:nth-of-type(4n+1) {
    clear: both;
}

.small-up-4>.column:last-child,
.small-up-4>.columns:last-child {
    float: left;
}

.small-up-5>.column,
.small-up-5>.columns {
    width: 20%;
    float: left;
}

.small-up-5>.column:nth-of-type(1n),
.small-up-5>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-5>.column:nth-of-type(5n+1),
.small-up-5>.columns:nth-of-type(5n+1) {
    clear: both;
}

.small-up-5>.column:last-child,
.small-up-5>.columns:last-child {
    float: left;
}

.small-up-6>.column,
.small-up-6>.columns {
    width: 16.66667%;
    float: left;
}

.small-up-6>.column:nth-of-type(1n),
.small-up-6>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-6>.column:nth-of-type(6n+1),
.small-up-6>.columns:nth-of-type(6n+1) {
    clear: both;
}

.small-up-6>.column:last-child,
.small-up-6>.columns:last-child {
    float: left;
}

.small-up-7>.column,
.small-up-7>.columns {
    width: 14.28571%;
    float: left;
}

.small-up-7>.column:nth-of-type(1n),
.small-up-7>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-7>.column:nth-of-type(7n+1),
.small-up-7>.columns:nth-of-type(7n+1) {
    clear: both;
}

.small-up-7>.column:last-child,
.small-up-7>.columns:last-child {
    float: left;
}

.small-up-8>.column,
.small-up-8>.columns {
    width: 12.5%;
    float: left;
}

.small-up-8>.column:nth-of-type(1n),
.small-up-8>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-8>.column:nth-of-type(8n+1),
.small-up-8>.columns:nth-of-type(8n+1) {
    clear: both;
}

.small-up-8>.column:last-child,
.small-up-8>.columns:last-child {
    float: left;
}

.small-collapse>.column,
.small-collapse>.columns {
    padding-left: 0;
    padding-right: 0;
}

.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.small-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
}

@media screen and (min-width: 50em) {
    .medium-1 {
        width: 8.33333%;
    }

    .medium-push-1 {
        position: relative;
        left: 8.33333%;
    }

    .medium-pull-1 {
        position: relative;
        left: -8.33333%;
    }

    .medium-offset-0 {
        margin-left: 0%;
    }

    .medium-2 {
        width: 16.66667%;
    }

    .medium-push-2 {
        position: relative;
        left: 16.66667%;
    }

    .medium-pull-2 {
        position: relative;
        left: -16.66667%;
    }

    .medium-offset-1 {
        margin-left: 8.33333%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-push-3 {
        position: relative;
        left: 25%;
    }

    .medium-pull-3 {
        position: relative;
        left: -25%;
    }

    .medium-offset-2 {
        margin-left: 16.66667%;
    }

    .medium-4 {
        width: 33.33333%;
    }

    .medium-push-4 {
        position: relative;
        left: 33.33333%;
    }

    .medium-pull-4 {
        position: relative;
        left: -33.33333%;
    }

    .medium-offset-3 {
        margin-left: 25%;
    }

    .medium-5 {
        width: 41.66667%;
    }

    .medium-push-5 {
        position: relative;
        left: 41.66667%;
    }

    .medium-pull-5 {
        position: relative;
        left: -41.66667%;
    }

    .medium-offset-4 {
        margin-left: 33.33333%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-push-6 {
        position: relative;
        left: 50%;
    }

    .medium-pull-6 {
        position: relative;
        left: -50%;
    }

    .medium-offset-5 {
        margin-left: 41.66667%;
    }

    .medium-7 {
        width: 58.33333%;
    }

    .medium-push-7 {
        position: relative;
        left: 58.33333%;
    }

    .medium-pull-7 {
        position: relative;
        left: -58.33333%;
    }

    .medium-offset-6 {
        margin-left: 50%;
    }

    .medium-8 {
        width: 66.66667%;
    }

    .medium-push-8 {
        position: relative;
        left: 66.66667%;
    }

    .medium-pull-8 {
        position: relative;
        left: -66.66667%;
    }

    .medium-offset-7 {
        margin-left: 58.33333%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-push-9 {
        position: relative;
        left: 75%;
    }

    .medium-pull-9 {
        position: relative;
        left: -75%;
    }

    .medium-offset-8 {
        margin-left: 66.66667%;
    }

    .medium-10 {
        width: 83.33333%;
    }

    .medium-push-10 {
        position: relative;
        left: 83.33333%;
    }

    .medium-pull-10 {
        position: relative;
        left: -83.33333%;
    }

    .medium-offset-9 {
        margin-left: 75%;
    }

    .medium-11 {
        width: 91.66667%;
    }

    .medium-push-11 {
        position: relative;
        left: 91.66667%;
    }

    .medium-pull-11 {
        position: relative;
        left: -91.66667%;
    }

    .medium-offset-10 {
        margin-left: 83.33333%;
    }

    .medium-12 {
        width: 100%;
    }

    .medium-offset-11 {
        margin-left: 91.66667%;
    }

    .medium-up-1>.column,
    .medium-up-1>.columns {
        width: 100%;
        float: left;
    }

    .medium-up-1>.column:nth-of-type(1n),
    .medium-up-1>.columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-1>.column:nth-of-type(1n+1),
    .medium-up-1>.columns:nth-of-type(1n+1) {
        clear: both;
    }

    .medium-up-1>.column:last-child,
    .medium-up-1>.columns:last-child {
        float: left;
    }

    .medium-up-2>.column,
    .medium-up-2>.columns {
        width: 50%;
        float: left;
    }

    .medium-up-2>.column:nth-of-type(1n),
    .medium-up-2>.columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-2>.column:nth-of-type(2n+1),
    .medium-up-2>.columns:nth-of-type(2n+1) {
        clear: both;
    }

    .medium-up-2>.column:last-child,
    .medium-up-2>.columns:last-child {
        float: left;
    }

    .medium-up-3>.column,
    .medium-up-3>.columns {
        width: 33.33333%;
        float: left;
    }

    .medium-up-3>.column:nth-of-type(1n),
    .medium-up-3>.columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-3>.column:nth-of-type(3n+1),
    .medium-up-3>.columns:nth-of-type(3n+1) {
        clear: both;
    }

    .medium-up-3>.column:last-child,
    .medium-up-3>.columns:last-child {
        float: left;
    }

    .medium-up-4>.column,
    .medium-up-4>.columns {
        width: 25%;
        float: left;
    }

    .medium-up-4>.column:nth-of-type(1n),
    .medium-up-4>.columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-4>.column:nth-of-type(4n+1),
    .medium-up-4>.columns:nth-of-type(4n+1) {
        clear: both;
    }

    .medium-up-4>.column:last-child,
    .medium-up-4>.columns:last-child {
        float: left;
    }

    .medium-up-5>.column,
    .medium-up-5>.columns {
        width: 20%;
        float: left;
    }

    .medium-up-5>.column:nth-of-type(1n),
    .medium-up-5>.columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-5>.column:nth-of-type(5n+1),
    .medium-up-5>.columns:nth-of-type(5n+1) {
        clear: both;
    }

    .medium-up-5>.column:last-child,
    .medium-up-5>.columns:last-child {
        float: left;
    }

    .medium-up-6>.column,
    .medium-up-6>.columns {
        width: 16.66667%;
        float: left;
    }

    .medium-up-6>.column:nth-of-type(1n),
    .medium-up-6>.columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-6>.column:nth-of-type(6n+1),
    .medium-up-6>.columns:nth-of-type(6n+1) {
        clear: both;
    }

    .medium-up-6>.column:last-child,
    .medium-up-6>.columns:last-child {
        float: left;
    }

    .medium-up-7>.column,
    .medium-up-7>.columns {
        width: 14.28571%;
        float: left;
    }

    .medium-up-7>.column:nth-of-type(1n),
    .medium-up-7>.columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-7>.column:nth-of-type(7n+1),
    .medium-up-7>.columns:nth-of-type(7n+1) {
        clear: both;
    }

    .medium-up-7>.column:last-child,
    .medium-up-7>.columns:last-child {
        float: left;
    }

    .medium-up-8>.column,
    .medium-up-8>.columns {
        width: 12.5%;
        float: left;
    }

    .medium-up-8>.column:nth-of-type(1n),
    .medium-up-8>.columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-8>.column:nth-of-type(8n+1),
    .medium-up-8>.columns:nth-of-type(8n+1) {
        clear: both;
    }

    .medium-up-8>.column:last-child,
    .medium-up-8>.columns:last-child {
        float: left;
    }

    .medium-collapse>.column,
    .medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0;
    }

    .medium-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

    .medium-centered {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .medium-uncentered,
    .medium-push-0,
    .medium-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
}

@media screen and (min-width: 64em) {
    .large-1 {
        width: 8.33333%;
    }

    .large-push-1 {
        position: relative;
        left: 8.33333%;
    }

    .large-pull-1 {
        position: relative;
        left: -8.33333%;
    }

    .large-offset-0 {
        margin-left: 0%;
    }

    .large-2 {
        width: 16.66667%;
    }

    .large-push-2 {
        position: relative;
        left: 16.66667%;
    }

    .large-pull-2 {
        position: relative;
        left: -16.66667%;
    }

    .large-offset-1 {
        margin-left: 8.33333%;
    }

    .large-3 {
        width: 25%;
    }

    .large-push-3 {
        position: relative;
        left: 25%;
    }

    .large-pull-3 {
        position: relative;
        left: -25%;
    }

    .large-offset-2 {
        margin-left: 16.66667%;
    }

    .large-4 {
        width: 33.33333%;
    }

    .large-push-4 {
        position: relative;
        left: 33.33333%;
    }

    .large-pull-4 {
        position: relative;
        left: -33.33333%;
    }

    .large-offset-3 {
        margin-left: 25%;
    }

    .large-5 {
        width: 41.66667%;
    }

    .large-push-5 {
        position: relative;
        left: 41.66667%;
    }

    .large-pull-5 {
        position: relative;
        left: -41.66667%;
    }

    .large-offset-4 {
        margin-left: 33.33333%;
    }

    .large-6 {
        width: 50%;
    }

    .large-push-6 {
        position: relative;
        left: 50%;
    }

    .large-pull-6 {
        position: relative;
        left: -50%;
    }

    .large-offset-5 {
        margin-left: 41.66667%;
    }

    .large-7 {
        width: 58.33333%;
    }

    .large-push-7 {
        position: relative;
        left: 58.33333%;
    }

    .large-pull-7 {
        position: relative;
        left: -58.33333%;
    }

    .large-offset-6 {
        margin-left: 50%;
    }

    .large-8 {
        width: 66.66667%;
    }

    .large-push-8 {
        position: relative;
        left: 66.66667%;
    }

    .large-pull-8 {
        position: relative;
        left: -66.66667%;
    }

    .large-offset-7 {
        margin-left: 58.33333%;
    }

    .large-9 {
        width: 75%;
    }

    .large-push-9 {
        position: relative;
        left: 75%;
    }

    .large-pull-9 {
        position: relative;
        left: -75%;
    }

    .large-offset-8 {
        margin-left: 66.66667%;
    }

    .large-10 {
        width: 83.33333%;
    }

    .large-push-10 {
        position: relative;
        left: 83.33333%;
    }

    .large-pull-10 {
        position: relative;
        left: -83.33333%;
    }

    .large-offset-9 {
        margin-left: 75%;
    }

    .large-11 {
        width: 91.66667%;
    }

    .large-push-11 {
        position: relative;
        left: 91.66667%;
    }

    .large-pull-11 {
        position: relative;
        left: -91.66667%;
    }

    .large-offset-10 {
        margin-left: 83.33333%;
    }

    .large-12 {
        width: 100%;
    }

    .large-offset-11 {
        margin-left: 91.66667%;
    }

    .large-up-1>.column,
    .large-up-1>.columns {
        width: 100%;
        float: left;
    }

    .large-up-1>.column:nth-of-type(1n),
    .large-up-1>.columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-1>.column:nth-of-type(1n+1),
    .large-up-1>.columns:nth-of-type(1n+1) {
        clear: both;
    }

    .large-up-1>.column:last-child,
    .large-up-1>.columns:last-child {
        float: left;
    }

    .large-up-2>.column,
    .large-up-2>.columns {
        width: 50%;
        float: left;
    }

    .large-up-2>.column:nth-of-type(1n),
    .large-up-2>.columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-2>.column:nth-of-type(2n+1),
    .large-up-2>.columns:nth-of-type(2n+1) {
        clear: both;
    }

    .large-up-2>.column:last-child,
    .large-up-2>.columns:last-child {
        float: left;
    }

    .large-up-3>.column,
    .large-up-3>.columns {
        width: 33.33333%;
        float: left;
    }

    .large-up-3>.column:nth-of-type(1n),
    .large-up-3>.columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-3>.column:nth-of-type(3n+1),
    .large-up-3>.columns:nth-of-type(3n+1) {
        clear: both;
    }

    .large-up-3>.column:last-child,
    .large-up-3>.columns:last-child {
        float: left;
    }

    .large-up-4>.column,
    .large-up-4>.columns {
        width: 25%;
        float: left;
    }

    .large-up-4>.column:nth-of-type(1n),
    .large-up-4>.columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-4>.column:nth-of-type(4n+1),
    .large-up-4>.columns:nth-of-type(4n+1) {
        clear: both;
    }

    .large-up-4>.column:last-child,
    .large-up-4>.columns:last-child {
        float: left;
    }

    .large-up-5>.column,
    .large-up-5>.columns {
        width: 20%;
        float: left;
    }

    .large-up-5>.column:nth-of-type(1n),
    .large-up-5>.columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-5>.column:nth-of-type(5n+1),
    .large-up-5>.columns:nth-of-type(5n+1) {
        clear: both;
    }

    .large-up-5>.column:last-child,
    .large-up-5>.columns:last-child {
        float: left;
    }

    .large-up-6>.column,
    .large-up-6>.columns {
        width: 16.66667%;
        float: left;
    }

    .large-up-6>.column:nth-of-type(1n),
    .large-up-6>.columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-6>.column:nth-of-type(6n+1),
    .large-up-6>.columns:nth-of-type(6n+1) {
        clear: both;
    }

    .large-up-6>.column:last-child,
    .large-up-6>.columns:last-child {
        float: left;
    }

    .large-up-7>.column,
    .large-up-7>.columns {
        width: 14.28571%;
        float: left;
    }

    .large-up-7>.column:nth-of-type(1n),
    .large-up-7>.columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-7>.column:nth-of-type(7n+1),
    .large-up-7>.columns:nth-of-type(7n+1) {
        clear: both;
    }

    .large-up-7>.column:last-child,
    .large-up-7>.columns:last-child {
        float: left;
    }

    .large-up-8>.column,
    .large-up-8>.columns {
        width: 12.5%;
        float: left;
    }

    .large-up-8>.column:nth-of-type(1n),
    .large-up-8>.columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-8>.column:nth-of-type(8n+1),
    .large-up-8>.columns:nth-of-type(8n+1) {
        clear: both;
    }

    .large-up-8>.column:last-child,
    .large-up-8>.columns:last-child {
        float: left;
    }

    .large-collapse>.column,
    .large-collapse>.columns {
        padding-left: 0;
        padding-right: 0;
    }

    .large-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

    .large-centered {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .large-uncentered,
    .large-push-0,
    .large-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

p {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 80%;
    line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #cacaca;
    line-height: 0;
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.25rem;
}

h3 {
    font-size: 1.1875rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 1.0625rem;
}

h6 {
    font-size: 1rem;
}

@media screen and (min-width: 50em) {
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 1.9375rem;
    }

    h4 {
        font-size: 1.5625rem;
    }

    h5 {
        font-size: 1.25rem;
    }

    h6 {
        font-size: 1rem;
    }
}

a {
    color: #000;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
}

a:hover,
a:focus {
    color: black;
}

a img {
    border: 0;
}

hr {
    max-width: 68.75rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
    margin: 1.25rem auto;
    clear: both;
}

ul,
ol,
dl {
    line-height: 1.6;
    margin-bottom: 1rem;
    list-style-position: outside;
}

li {
    font-size: inherit;
}

ul {
    list-style-type: disc;
    margin-left: 1.25rem;
}

ol {
    margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

dl {
    margin-bottom: 1rem;
}

dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}

blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #8a8a8a;
}

cite {
    display: block;
    font-size: 0.8125rem;
    color: #8a8a8a;
}

cite:before {
    content: '\2014 \0020';
}

abbr {
    color: #0a0a0a;
    cursor: help;
    border-bottom: 1px dotted #0a0a0a;
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #0a0a0a;
    background-color: #e6e6e6;
    border: 1px solid #cacaca;
    padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
    padding: 0.125rem 0.25rem 0;
    margin: 0;
    background-color: #e6e6e6;
    color: #0a0a0a;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #8a8a8a;
}

.lead {
    font-size: 125%;
    line-height: 1.6;
}

.stat {
    font-size: 2.5rem;
    line-height: 1;
}

p+.stat {
    margin-top: -1rem;
}

.no-bullet {
    margin-left: 0;
    list-style: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

@media screen and (min-width: 50em) {
    .medium-text-left {
        text-align: left;
    }

    .medium-text-right {
        text-align: right;
    }

    .medium-text-center {
        text-align: center;
    }

    .medium-text-justify {
        text-align: justify;
    }
}

@media screen and (min-width: 64em) {
    .large-text-left {
        text-align: left;
    }

    .large-text-right {
        text-align: right;
    }

    .large-text-center {
        text-align: center;
    }

    .large-text-justify {
        text-align: justify;
    }
}

.show-for-print {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .show-for-print {
        display: block !important;
    }

    .hide-for-print {
        display: none !important;
    }

    table.show-for-print {
        display: table !important;
    }

    thead.show-for-print {
        display: table-header-group !important;
    }

    tbody.show-for-print {
        display: table-row-group !important;
    }

    tr.show-for-print {
        display: table-row !important;
    }

    td.show-for-print {
        display: table-cell !important;
    }

    th.show-for-print {
        display: table-cell !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: '';
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    pre,
    blockquote {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.85em 1em;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    background-color: #000;
    color: #fff;
}

[data-whatinput='mouse'] .button {
    outline: 0;
}

.button:hover,
.button:focus {
    background-color: black;
    color: #fff;
}

.button.tiny {
    font-size: 0.6rem;
}

.button.small {
    font-size: 0.75rem;
}

.button.large {
    font-size: 1.25rem;
}

.button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.button.primary {
    background-color: #2199e8;
    color: #fff;
}

.button.primary:hover,
.button.primary:focus {
    background-color: #147cc0;
    color: #fff;
}

.button.secondary {
    background-color: #777;
    color: #fff;
}

.button.secondary:hover,
.button.secondary:focus {
    background-color: #5f5f5f;
    color: #fff;
}

.button.success {
    background-color: #3adb76;
    color: #fff;
}

.button.success:hover,
.button.success:focus {
    background-color: #22bb5b;
    color: #fff;
}

.button.warning {
    background-color: #ffae00;
    color: #fff;
}

.button.warning:hover,
.button.warning:focus {
    background-color: #cc8b00;
    color: #fff;
}

.button.alert {
    background-color: #ec5840;
    color: #fff;
}

.button.alert:hover,
.button.alert:focus {
    background-color: #da3116;
    color: #fff;
}

.button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
    background-color: transparent;
}

.button.hollow:hover,
.button.hollow:focus {
    border-color: #0c4d78;
    color: #0c4d78;
}

.button.hollow.primary {
    border: 1px solid #2199e8;
    color: #2199e8;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
    border-color: #0c4d78;
    color: #0c4d78;
}

.button.hollow.secondary {
    border: 1px solid #777;
    color: #777;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
    border-color: #3c3c3c;
    color: #3c3c3c;
}

.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
    border-color: #157539;
    color: #157539;
}

.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
    border-color: #805700;
    color: #805700;
}

.button.hollow.alert {
    border: 1px solid #ec5840;
    color: #ec5840;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
    border-color: #881f0e;
    color: #881f0e;
}

.button.disabled,
.button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}

.button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block;
}

.button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #0a0a0a;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    border-radius: 0;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
    max-width: 100%;
}

textarea[rows] {
    height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #cacaca;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #cacaca;
}

input::placeholder,
textarea::placeholder {
    color: #cacaca;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: default;
}

[type='submit'],
[type='button'] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="search"] {
    box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
    margin: 0 0 1rem;
}

[type='checkbox']+label,
[type='radio']+label {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline;
}

[type='checkbox']+label[for],
[type='radio']+label[for] {
    cursor: pointer;
}

label>[type='checkbox'],
label>[type='radio'] {
    margin-right: 0.5rem;
}

[type='file'] {
    width: 100%;
}

label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a;
}

label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0;
}

.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #333;
}

.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem;
}

.input-group> :first-child {
    border-radius: 0 0 0 0;
}

.input-group> :last-child>* {
    border-radius: 0 0 0 0;
}

.input-group-label,
.input-group-field,
.input-group-button {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

.input-group-label {
    text-align: center;
    padding: 0 1rem;
    background: #e6e6e6;
    color: #0a0a0a;
    border: 1px solid #cacaca;
    white-space: nowrap;
    width: 1%;
    height: 100%;
}

.input-group-label:first-child {
    border-right: 0;
}

.input-group-label:last-child {
    border-left: 0;
}

.input-group-field {
    border-radius: 0;
    height: 2.5rem;
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    height: 100%;
    width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
    margin: 0;
}

.input-group .input-group-button {
    display: table-cell;
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

legend {
    margin-bottom: 0.5rem;
    max-width: 100%;
}

.fieldset {
    border: 1px solid #cacaca;
    padding: 1.25rem;
    margin: 1.125rem 0;
}

.fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem;
}

select {
    height: 2.4375rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-size: 1rem;
    font-family: inherit;
    line-height: normal;
    color: #0a0a0a;
    background-color: #fefefe;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
    background-size: 9px 6px;
    background-position: right center;
    background-origin: content-box;
    background-repeat: no-repeat;
}

@media screen and (min-width: 0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
}

select:disabled {
    background-color: #e6e6e6;
    cursor: default;
}

select::-ms-expand {
    display: none;
}

select[multiple] {
    height: auto;
    background-image: none;
}

.is-invalid-input:not(:focus) {
    background-color: rgba(236, 88, 64, 0.1);
    border-color: #ec5840;
}

.is-invalid-label {
    color: #ec5840;
}

.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #ec5840;
}

.form-error.is-visible {
    display: block;
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

@media screen and (max-width: 49.9375em) {
    .hide-for-small-only {
        display: none !important;
    }
}

@media screen and (max-width: 0em),
screen and (min-width: 50em) {
    .show-for-small-only {
        display: none !important;
    }
}

@media screen and (min-width: 50em) {
    .hide-for-medium {
        display: none !important;
    }
}

@media screen and (max-width: 49.9375em) {
    .show-for-medium {
        display: none !important;
    }
}

@media screen and (min-width: 50em) and (max-width: 63.9375em) {
    .hide-for-medium-only {
        display: none !important;
    }
}

@media screen and (max-width: 49.9375em),
screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important;
    }
}

@media screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em) {
    .show-for-large {
        display: none !important;
    }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .hide-for-large-only {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em),
screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important;
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
    display: block !important;
}

@media screen and (orientation: landscape) {

    .show-for-landscape,
    .hide-for-portrait {
        display: block !important;
    }
}

@media screen and (orientation: portrait) {

    .show-for-landscape,
    .hide-for-portrait {
        display: none !important;
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}

@media screen and (orientation: landscape) {

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
}

@media screen and (orientation: portrait) {

    .hide-for-landscape,
    .show-for-portrait {
        display: block !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix::before,
.clearfix::after {
    content: ' ';
    display: table;
}

.clearfix::after {
    clear: both;
}

.accordion {
    list-style-type: none;
    background: #fefefe;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    border-radius: 0;
    margin-left: 0;
}

.accordion-title {
    display: block;
    padding: 1.25rem 1rem;
    line-height: 1;
    font-size: 0.75rem;
    color: #000;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}

.accordion-title:hover,
.accordion-title:focus {
    background-color: #e6e6e6;
}

.accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem;
}

.is-active>.accordion-title::before {
    content: '–';
}

.accordion-content {
    padding: 1rem;
    display: none;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fefefe;
}

.flex-video {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    margin-bottom: 1rem;
    overflow: hidden;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flex-video.widescreen {
    padding-bottom: 56.25%;
}

.flex-video.vimeo {
    padding-top: 0;
}

html,
body {
    height: 100%;
}

.off-canvas-wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
    position: relative;
    width: 100%;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.off-canvas-wrapper-inner::before,
.off-canvas-wrapper-inner::after {
    content: ' ';
    display: table;
}

.off-canvas-wrapper-inner::after {
    clear: both;
}

.off-canvas-content,
.off-canvas-content {
    min-height: 100%;
    background: #fefefe;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    padding-bottom: 0.1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

.js-off-canvas-exit {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(254, 254, 254, 0.25);
    cursor: pointer;
    transition: background 0.5s ease;
}

.off-canvas {
    position: absolute;
    background: #e6e6e6;
    z-index: -1;
    max-height: 100%;
    overflow-y: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

[data-whatinput='mouse'] .off-canvas {
    outline: 0;
}

.off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px;
}

.is-open-left {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
}

.off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px;
}

.is-open-right {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}

@media screen and (min-width: 50em) {
    .position-left.reveal-for-medium {
        left: 0;
        z-index: auto;
        position: fixed;
    }

    .position-left.reveal-for-medium~.off-canvas-content {
        margin-left: 250px;
    }

    .position-right.reveal-for-medium {
        right: 0;
        z-index: auto;
        position: fixed;
    }

    .position-right.reveal-for-medium~.off-canvas-content {
        margin-right: 250px;
    }
}

@media screen and (min-width: 64em) {
    .position-left.reveal-for-large {
        left: 0;
        z-index: auto;
        position: fixed;
    }

    .position-left.reveal-for-large~.off-canvas-content {
        margin-left: 250px;
    }

    .position-right.reveal-for-large {
        right: 0;
        z-index: auto;
        position: fixed;
    }

    .position-right.reveal-for-large~.off-canvas-content {
        margin-right: 250px;
    }
}

table {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
}

thead,
tbody,
tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe;
}

caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem;
}

thead,
tfoot {
    background: #f8f8f8;
    color: #0a0a0a;
}

thead tr,
tfoot tr {
    background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left;
}

tbody tr:nth-child(even) {
    background-color: #f1f1f1;
}

tbody th,
tbody td {
    padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 63.9375em) {
    table.stack thead {
        display: none;
    }

    table.stack tfoot {
        display: none;
    }

    table.stack tr,
    table.stack th,
    table.stack td {
        display: block;
    }

    table.stack td {
        border-top: 0;
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
}

table.hover tr:hover {
    background-color: #f9f9f9;
}

table.hover tr:nth-of-type(even):hover {
    background-color: #ececec;
}

.table-scroll {
    overflow-x: auto;
}

.table-scroll table {
    width: auto;
}

.tabs {
    margin: 0;
    list-style-type: none;
    background: #fefefe;
    border: 1px solid #e6e6e6;
}

.tabs::before,
.tabs::after {
    content: ' ';
    display: table;
}

.tabs::after {
    clear: both;
}

.tabs.vertical>li {
    width: auto;
    float: none;
    display: block;
}

.tabs.simple>li>a {
    padding: 0;
}

.tabs.simple>li>a:hover {
    background: transparent;
}

.tabs.primary {
    background: #2199e8;
}

.tabs.primary>li>a {
    color: #fefefe;
}

.tabs.primary>li>a:hover,
.tabs.primary>li>a:focus {
    background: #1893e4;
}

.tabs-title {
    float: left;
}

.tabs-title>a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem;
}

.tabs-title>a:hover {
    background: #fefefe;
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected='true'] {
    background: #e6e6e6;
}

.tabs-content {
    background: #fefefe;
    transition: all 0.5s ease;
    border: 1px solid #e6e6e6;
    border-top: 0;
}

.tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0;
}

.tabs-panel {
    display: none;
    padding: 1rem;
}

.tabs-panel.is-active {
    display: block;
}

.has-tip {
    border-bottom: dotted 1px #8a8a8a;
    font-weight: bold;
    position: relative;
    display: inline-block;
    cursor: help;
}

.tooltip {
    background-color: #0a0a0a;
    color: #fefefe;
    font-size: 80%;
    padding: 0.75rem;
    position: absolute;
    z-index: 10;
    top: calc(100% + 0.6495rem);
    max-width: 10rem !important;
    border-radius: 0;
}

.tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto;
}

.tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/**
 * FormValidation (http://formvalidation.io)
 * The best jQuery plugin to validate form fields. Support Bootstrap, Foundation, Pure, SemanticUI, UIKit and custom frameworks
 *
 * @author      https://twitter.com/formvalidation
 * @copyright   (c) 2013 - 2016 Nguyen Huu Phuoc
 * @license     http://formvalidation.io/license/
 */
.fv-has-feedback {
    position: relative;
}

.fv-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.fv-has-feedback .fv-control-feedback {
    /*right: 15px;*/
}

.fv-help-block {
    display: block;
}

/* Hide the clear icon for field using placeholder attribute on IE10/11 */
.fv-form [placeholder]::-ms-clear {
    display: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ For Bootstrap form ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.fv-form-bootstrap .help-block {
    margin-bottom: 0;
}

.fv-form-bootstrap .tooltip-inner {
    text-align: left;
}

/* Bootstrap stacked form without label */
.fv-form-bootstrap .fv-icon-no-label {
    top: 0;
}

.fv-form-bootstrap .fv-bootstrap-icon-input-group {
    z-index: 100;
}

/* Bootstrap inline form */
.form-inline.fv-form-bootstrap .form-group {
    vertical-align: top;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ For Foundation form ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.fv-form-foundation .fv-control-feedback {
    top: 21px;
    /* The height of Foundation label */
    right: 15px;
    /* The padding-right of .columns */
    width: 37px;
    height: 37px;
    line-height: 37px;
}

.fv-form-foundation .collapse .fv-control-feedback {
    top: 0;
    right: 0;
}

/* Foundation horizontal form */
.fv-form-horizontal.fv-form-foundation .fv-control-feedback {
    top: 0;
}

/* Foundation stacked form without label */
.fv-form-foundation .fv-icon-no-label {
    top: 0;
}

.fv-form-foundation .error .fv-control-feedback {
    color: #f04124;
}

/**
 * Foundation reset the bottom marin to 0 when the row has '.error' class
 * I need to adjust it when using tooltip to show the error
 */
.fv-form-foundation .error.fv-has-tooltip input,
.error.fv-has-tooltip textarea,
.error.fv-has-tooltip select {
    margin-bottom: 1rem;
}

/* ~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ For Pure form ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~ */
.fv-form-pure .fv-control-feedback {
    top: 22px;
    /* Height of Pure label */
    width: 36px;
    /* Height of Pure input */
    height: 36px;
    line-height: 36px;
}

.pure-form-stacked.fv-form-pure .fv-control-feedback {
    top: 4px;
}

.pure-form-aligned .pure-control-group .fv-help-block {
    margin-top: 5px;
    margin-left: 180px;
}

.pure-form-aligned.fv-form-pure .fv-control-feedback,
.fv-form-pure .fv-icon-no-label {
    /* Pure stacked form without label */
    top: 0;
}

.fv-form-pure .fv-has-error label,
.fv-form-pure .fv-has-error .fv-help-block,
.fv-form-pure .fv-has-error .fv-control-feedback {
    color: #CA3C3C;
    /* Same as .button-error */
}

.fv-form-pure .fv-has-success label,
.fv-form-pure .fv-has-success .fv-control-feedback {
    /*color: #1CB841;*/
    /* Same as .button-success */
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ For Semantic form ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~ */
.fv-form-semantic .fv-control-feedback.icon {
    right: 7px;
}

.fv-form-semantic .error .icon {
    color: #d95c5c;
}

/* Semantic horizontal form */
.fv-form-horizontal.fv-form-semantic .row {
    padding-bottom: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ For UIKit form ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~ */
.fv-form-uikit .fv-control-feedback {
    top: 25px;
    /* Height of UIKit label */
    width: 30px;
    /* Height of UIKit input */
    height: 30px;
    line-height: 30px;
}

.fv-form-uikit .uk-text-danger {
    display: block;
}

/* UIKit horizontal form */
.uk-form-horizontal.fv-form-uikit .fv-control-feedback {
    /*line-height: normal;*/
    top: 0;
}

.fv-form-uikit .fv-has-error label,
.fv-form-uikit .fv-has-error .uk-form-label,
.fv-form-uikit .fv-has-error .fv-control-feedback {
    color: #D85030;
    /* Same as .uk-form-danger */
}

.fv-form-uikit .fv-has-success label,
.fv-form-uikit .fv-has-success .uk-form-label,
.fv-form-uikit .fv-has-success .fv-control-feedback {
    /*color: #659F13;*/
    /* Same as .uk-form-success */
}

/* UIKit stacked form without label */
.fv-form-uikit .fv-icon-no-label {
    top: 0;
}

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
    height: 650px;
    position: relative;
    direction: ltr;
}

.royalSlider>* {
    float: left;
}

.rsWebkit3d .rsSlide {
    -webkit-transform: translateZ(0);
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
    -webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}

.rsOverflow {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left: 0;
    top: 0;
}

.rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
}

.rsArrow,
.rsThumbsArrow {
    cursor: pointer;
}

.rsThumb {
    float: left;
    position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
    opacity: 1;
    transition: opacity 0.3s linear;
}

.rsHidden {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.rsGCaption {
    width: 100%;
    float: left;
    text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
    position: fixed !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2147483647 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
    opacity: 1 !important;
    transition: 0s;
    display: none;
}

.rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
    height: auto;
}

.rsContent {
    width: 100%;
    height: 100%;
    position: relative;
}

.rsPreloader {
    position: absolute;
    z-index: 0;
}

.rsNav {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.no-nav .rsNav {
    display: none;
}

.rsNavItem {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 22;
}

.rsTabs {
    float: left;
    background: none !important;
}

.rsTabs,
.rsThumbs {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

.rsVideoContainer {
    /*left: 0;
	top: 0;
	position: absolute;*/
    /*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
    width: auto;
    height: auto;
    line-height: 0;
    position: relative;
}

.rsVideoFrameHolder {
    position: absolute;
    left: 0;
    top: 0;
    background: #141414;
    opacity: 0;
    -webkit-transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
    opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
    box-sizing: border-box;
    padding-right: 44px;
}

.rsABlock {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 15;
    width: 100%;
    height: 100%;
}

img.rsImg {
    max-width: none;
}

.grab-cursor {
    cursor: url(../../index.html) 8 8, move;
}

.grabbing-cursor {
    cursor: url(../../index.html) 8 8, move;
}

.rsNoDrag {
    cursor: auto;
}

.rsLink {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    background: url(../../index.html);
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-loading .slick-list {
    background: white url("../../index.html") center center no-repeat;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("../../index.html");
    src: url("../../index.html?#iefix") format("embedded-opentype"), url("../../index.html") format("woff"), url("../../index.html") format("truetype"), url("../../index.html#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

.slick-prev:before {
    content: "\2190";
}

.slick-next {
    right: -25px;
}

.slick-next:before {
    content: "\2192";
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    margin-left: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 24px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}

[dir="rtl"] .slick-next:before {
    content: "\2190";
}

[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}

[dir="rtl"] .slick-prev:before {
    content: "\2192";
}

[dir="rtl"] .slick-slide {
    float: right;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.95;
    filter: alpha(opacity=95);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/* Outer Container */
.smoothslides,
.smoothslides-on {
    position: relative;
    font-size: 0;
    line-height: 0;
    min-height: 40px;
}

/* Outer Container Background (visible while loading) */
.smoothslides {
    background: rgba(255, 255, 255, 0.5);
}

/* Hide images until loaded */
.smoothslides img {
    display: none;
}

/* Loading animation keyframes */
@keyframes throb {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes throb {
    0% {
        opacity: 0;
        -webkittransform: scale(1);
    }

    50% {
        opacity: 1;
        -webkittransform: scale(0.2);
    }

    100% {
        opacity: 0;
        -webkittransform: scale(1);
    }
}

/* Loading animation */
.smoothslides:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -4px;
    border-radius: 15px;
    border: 2px solid #000;
    animation: throb 1s infinite;
    -webkit-animation: throb 1s infinite;
}

/* wrapper around all slides */
.ss-slide-stage {
    position: relative;
    overflow: hidden;
}

/* wrapper around each slide */
.ss-slide {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    display: block;
    width: 100%;
    zoom: 1;
}

.ss-slide img {
    height: auto;
    /* max-width, or width gets set via JS */
}

/* Caption wrapper. Used for centering */
.ss-caption-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 5px 5px 5px;
    text-align: center;
    box-sizing: border-box;
}

/* Caption */
.ss-caption {
    min-height: 50px;
    background: white;
    background: rgba(255, 255, 255, 0.87);
    color: #5A5A5A;
    text-shadow: 0 0 10px #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    border-radius: 3px;
    padding-top: 15px;
    box-sizing: border-box;
    font-family: Veranda, sans-serif;
}

/* Previous and Next buttons */
.smoothslides-on a.ss-prev,
.smoothslides-on a.ss-next {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 14px;
    line-height: 1em;
    color: #A1A1A1;
    text-decoration: none;
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 3px;
    opacity: .5;
    transition: .2s ease-out;
    font-family: sans-serif;
}

.smoothslides-on a.ss-next {
    left: auto;
    right: 5px;
}

/* Highlight nav btns when hovering over the slideshow */
.smoothslides-on:hover .ss-prev,
.smoothslides-on:hover .ss-next {
    opacity: 1;
}

.smoothslides-on .ss-prev:hover,
.smoothslides-on .ss-next:hover {
    background: #fff;
    color: #000;
}

/* Pagination wrapper. Used for centering */
.ss-paginate-wrap {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
}

.ss-paginate {
    display: inline-block;
    line-height: 0;
}

/* Pagination dots */
.ss-paginate a:link,
.ss-paginate a:visited {
    display: inline-block;
    width: 16px;
    height: 4px;
    border-radius: 10px;
    margin: 0 5px;
    background: #ccc;
    background: rgba(0, 0, 0, 0.1);
    border: 2px solid #fff;
    transition: .3s;
}

.ss-paginate a:hover {
    background: #ddd;
    background: rgba(0, 0, 0, 0.3);
}

.ss-paginate a.ss-paginate-current {
    background: #000;
    background: rgba(0, 0, 0, 0.5);
}

/* changes for smaller screens */
@media (max-width: 600px) {
    .ss-paginate-wrap {
        bottom: -35px;
    }

    .ss-caption {
        min-height: 0;
        padding: 5px;
        font-size: 12px;
    }

    a.ss-prev,
    a.ss-next {
        bottom: auto;
        top: 50%;
        margin-top: -25px;
        color: #000;
        background: rgba(255, 255, 255, 0.3);
        color: #444;
    }

    .smoothslides-on,
    .ss-slide-stage {
        border-radius: 0;
    }
}

/* Pages nav */
.pages-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
    background: #0e0f0f;
}

.js .pages-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    padding: 30px;
    pointer-events: none;
    opacity: 0;
    background: transparent;
    transition: opacity 1.2s, -webkit-transform 1.2s;
    transition: transform 1.2s, opacity 1.2s;
    transition: transform 1.2s, opacity 1.2s, -webkit-transform 1.2s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
}

.js .pages-nav--open {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pages-nav__item {
    width: 33%;
    padding: 1em;
}

.js .pages-nav__item {
    padding: 0 10%;
}

.pages-nav .pages-nav__item--social {
    width: 100%;
    opacity: 0;
    transition: opacity 1.2s, -webkit-transform 1.2s;
    transition: transform 1.2s, opacity 1.2s;
    transition: transform 1.2s, opacity 1.2s, -webkit-transform 1.2s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.pages-nav--open .pages-nav__item--social {
    opacity: 1;
    transition-delay: 0.35s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.link {
    font-size: 0.85em;
    font-weight: bold;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.link:hover,
.link:focus {
    color: #fff;
}

.link--page {
    display: block;
    color: #cecece;
}

.link--page:not(.link--faded)::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 30px;
    height: 2px;
    margin: 5px 0 0 -15px;
    background: #fff;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}

.link--page:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.link--faded {
    color: #4f4f64;
}

.link--faded:hover,
.link--faded:focus {
    color: #5c5edc;
}

.link--page.link--faded {
    font-size: 0.65em;
}

.link--social {
    font-size: 1.5em;
    margin: 0 0.75em;
}

.text-hidden {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
    color: transparent;
}

/* Pages stack */
.js .pages-stack {
    z-index: 100;
    pointer-events: none;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    -webkit-perspective-origin: 50% -50%;
    perspective-origin: 50% -50%;
}

.js .page {
    position: relative;
    z-index: 5;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    pointer-events: auto;
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.js .pages-stack--open .page {
    cursor: pointer;
    transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: transform 0.45s, opacity 0.45s;
    transition: transform 0.45s, opacity 0.45s, -webkit-transform 0.45s;
    transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
}

.js .page--inactive {
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 0;
}

/* page content */
.info {
    font-size: 1.25em;
    max-width: 50%;
    margin-top: 1.5em;
}

.poster {
    position: absolute;
    bottom: 4vh;
    left: 60%;
    max-width: 100%;
    max-height: 80%;
}

/* Menu button */
.menu-button {
    position: absolute;
    z-index: 1000;
    top: 30px;
    left: 30px;
    width: 30px;
    height: 24px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
}

.no-js .menu-button {
    display: none;
}

.menu-button::before,
.menu-button::after,
.menu-button span {
    background: #5f656f;
}

.menu-button::before,
.menu-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    pointer-events: none;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.menu-button span {
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 2px;
    text-indent: 200%;
    transition: opacity 0.25s;
}

.menu-button::before {
    -webkit-transform: translate3d(0, -10px, 0) scale3d(0.8, 1, 1);
    transform: translate3d(0, -10px, 0) scale3d(0.8, 1, 1);
}

.menu-button::after {
    -webkit-transform: translate3d(0, 10px, 0) scale3d(0.8, 1, 1);
    transform: translate3d(0, 10px, 0) scale3d(0.8, 1, 1);
}

.menu-button--open span {
    opacity: 0;
}

.menu-button--open::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.menu-button--open::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

@media screen and (max-width: 60em) {
    .info {
        max-width: 100%;
    }

    .poster {
        position: relative;
        top: auto;
        left: auto;
        display: block;
        max-width: 100%;
        max-height: 50vh;
        margin: 0 0 0 50%;
    }

    .pages-nav__item {
        width: 50%;
        min-height: 20px;
    }

    .link--page {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .link--social {
        margin: 0 0.1em;
    }
}

@media screen and (max-width: 40em) {
    .js .pages-nav {
        display: block;
        padding: 10px 20px 0 20px;
        text-align: left;
    }

    .js .pages-nav__item {
        width: 100%;
        padding: 4px 0;
    }

    .js .pages-nav__item--small {
        display: inline-block;
        width: auto;
        margin-right: 5px;
    }

    .pages-nav__item--social {
        font-size: 0.9em;
    }

    .menu-button {
        top: 15px;
        right: 10px;
        left: auto;
    }

    .info {
        font-size: 0.85em;
    }

    .poster {
        margin: 1em;
    }
}

/******************************
*
*  RoyalSlider White Controls Skin
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-minimal-white.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
    background: #000;
    color: #FFF;
}

/***************
*
*  1. Arrows
*
****************/
.rsMinW .rsArrow {
    height: 32px;
    width: 32px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
}

.rsMinW .rsArrowLeft {
    right: 37px;
    bottom: 7px;
}

.rsMinW .rsArrowRight {
    right: 7px;
    bottom: 7px;
}

.rsMinW .rsArrowIcn {
    width: 24px;
    height: 24px;
    margin-top: 3px;
    margin-left: 3px;
    position: absolute;
    cursor: pointer;
    background: url("../../index.html") transparent;
    border-radius: 2px;
}

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -68px -36px;
}

.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -68px -68px;
}

.rsMinW.rsVer .rsArrowLeft .rsArrowIcn {
    background-position: -100px -36px;
}

.rsMinW.rsVer .rsArrowRight .rsArrowIcn {
    background-position: -100px -68px;
}

.rsMinW .rsArrowDisabled .rsArrowIcn {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    *display: none;
}

/***************
*
*  2. Bullets
*
****************/
.rsMinW .rsBullets {
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 35;
    padding-top: 4px;
    height: auto;
    text-align: center;
    line-height: 6px;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.rsMinW .rsBullet {
    width: 7px;
    height: 7px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0;
    margin-right: 10px;
}

.rsMinW .rsBullet:last-child {
    margin-right: 0;
}

.rsMinW .rsBullet span {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    background: white;
    border: 1px solid #000;
}

.rsMinW .rsBullet.rsNavSelected span {
    background: #000;
}

/***************
*
*  3. Thumbnails
*
****************/
.rsMinW .rsThumbsHor {
    width: 100%;
    height: 72px;
}

.rsMinW .rsThumbsVer {
    width: 96px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.rsMinW.rsWithThumbsHor .rsThumbsContainer {
    position: relative;
    height: 100%;
}

.rsMinW.rsWithThumbsVer .rsThumbsContainer {
    position: relative;
    width: 100%;
}

.rsMinW .rsThumb {
    float: left;
    overflow: hidden;
    width: 96px;
    height: 72px;
}

.rsMinW .rsThumb img {
    width: 100%;
    height: 100%;
}

.rsMinW .rsThumb.rsNavSelected {
    background: #333;
}

.rsMinW .rsThumb.rsNavSelected img {
    filter: alpha(opacity=40);
    opacity: 0.7;
}

.rsMinW .rsThumb.rsNavSelected span.thumbIco {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #FFF;
    border: 2px solid rgba(255, 255, 255, 0.9);
    -webkit-backface-visibility: hidden;
}

.rsMinW .rsTmb {
    display: block;
}

/* Thumbnails arrow icons */
.rsMinW .rsThumbsArrow {
    height: 100%;
    width: 20px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrow {
    width: 100%;
    height: 20px;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft {
    top: 0;
    left: 0;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowRight {
    bottom: 0;
    left: 0;
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft {
    left: 0;
    top: 0;
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowRight {
    right: 0;
    top: 0;
}

.rsMinW .rsThumbsArrowIcn {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    position: absolute;
    cursor: pointer;
    background: url("../../index.html");
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -128px -32px;
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -128px -48px;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -144px -32px;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -144px -48px;
}

.rsMinW .rsThumbsArrowDisabled {
    display: none !important;
}

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
    .rsMinW .rsThumb {
        width: 59px;
        height: 44px;
    }

    .rsMinW .rsThumbsHor {
        height: 44px;
    }

    .rsMinW .rsThumbsVer {
        width: 59px;
    }
}

/***************
*
*  4. Tabs
*
****************/
.rsMinW .rsTabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 12px;
    position: absolute;
    bottom: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 49.9375em) {
    .rsMinW .rsTabs {
        bottom: 0;
        border-top: 0;
    }
}

.rsMinW .rsTab {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    height: auto;
    width: auto;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    padding: 0 30px;
    min-width: 72px;
    text-decoration: none;
    position: relative;
    *display: inline;
    *zoom: 1;
}

@media screen and (max-width: 49.9375em) {
    .rsMinW .rsTab {
        padding: 0 5px;
        min-width: 10px;
    }
}

.rsMinW .rsTab:before {
    background: #666;
    border-radius: 50%;
    box-shadow: 0 0 0 3px black, 0 0 0 4px rgba(255, 255, 255, 0.3);
    content: " ";
    display: block;
    height: 10px;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    top: -18px;
    width: 10px;
    z-index: 100;
}

@media screen and (max-width: 49.9375em) {
    .rsMinW .rsTab:before {
        box-shadow: none;
        width: 6px;
        height: 6px;
    }
}

.rsMinW .rsTab:after {
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjOTVjMDMyIiBzdG9wLW9wYWNpdHk9IjAiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM5NWMwMzIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(top, rgba(149, 192, 50, 0) 0%, #95c032 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to bottom, rgba(149, 192, 50, 0) 0%, #95c032 100%);
    background-image: -ms-repeating-linear-gradient(top, rgba(149, 192, 50, 0) 0%, #95c032 100%);
    bottom: 42px;
    content: " ";
    display: block;
    height: 0;
    left: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    position: absolute;
    width: 2px;
    z-index: 100;
    transition: all 0.2s linear;
}

@media screen and (max-width: 49.9375em) {
    .rsMinW .rsTab:after {
        display: none;
    }
}

.rsMinW .rsTab.rsNavSelected {
    color: white;
}

.rsMinW .rsTab.rsNavSelected:before {
    background: #2199e8;
}

.rsMinW .rsTab.rsNavSelected:after {
    height: 30px;
}

/***************
*
*  5. Fullscreen button
*
****************/
.rsMinW .rsFullscreenBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 22;
    display: block;
    position: absolute;
    cursor: pointer;
}

.rsMinW .rsFullscreenIcn {
    display: block;
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url("../../index.html") 0 0 transparent;
}

.rsMinW .rsFullscreenIcn:hover {
    opacity: 0.8;
}

.rsMinW.rsFullscreen .rsFullscreenIcn {
    background-position: -32px 0;
}

/***************
*
*  6. Play/close video button
*
****************/
.rsMinW .rsPlayBtn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    cursor: pointer;
}

.rsMinW .rsPlayBtnIcon {
    width: 64px;
    display: block;
    height: 64px;
    border-radius: 4px;
    transition: .3s;
    background: url(../../index.html) no-repeat 0 -32px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    *background-color: #000;
}

.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0, 0, 0, 0.9);
}

.rsMinW .rsBtnCenterer {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
}

.rsMinW .rsCloseVideoBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 500;
    position: absolute;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.rsMinW .rsCloseVideoBtn.rsiOSBtn {
    top: -38px;
    right: -6px;
}

.rsMinW .rsCloseVideoIcn {
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url("../../index.html") -64px 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    *background-color: #000;
}

.rsMinW .rsCloseVideoIcn:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

/***************
*
*  7. Preloader
*
****************/
.rsMinW .rsPreloader {
    width: 20px;
    height: 20px;
    background-image: url(../../index.html);
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
}

/***************
*
*  8. Global caption
*
****************/
.rsMinW .rsGCaption {
    position: absolute;
    float: none;
    bottom: 6px;
    left: 6px;
    text-align: left;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    color: #FFF;
    padding: 2px 8px;
    width: auto;
    font-size: 12px;
    border-radius: 2px;
}

/*!
 * Slidebars - A jQuery Framework for Off-Canvas Menus and Sidebars
 * Version: 2.0.2
 * Url: http://www.adchsm.com/slidebars/
 * Author: Adam Charles Smith
 * Author url: http://www.adchsm.com/
 * License: MIT
 * License url: http://www.adchsm.com/slidebars/license/
 */
/**
 * Box Model, Html & Body
 */
html,
body,
[canvas=container],
[off-canvas] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

/**
 * Canvas
 */
[canvas] {
    z-index: 1;
}

[canvas=container] {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: white;
    /* Basic background color, overwrite this in your own css. */
    -webkit-overflow-scrolling: touch;
    /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}

.mobile-menu-open {
    overflow: hidden;
}

.mobile-menu-open [canvas=container] {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: scale(0.9) translateX(110px) !important;
    transform: scale(0.9) translateX(110px) !important;
    opacity: .9;
}

[canvas=container]:before,
[canvas=container]:after {
    clear: both;
    content: '';
    display: table;
}

/**
 * Off-Canavs
 */
[off-canvas] {
    display: none;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    background: #000 url(../img/lines1a.png) 100% bottom no-repeat;
    /* Basic background color, overwrite this in your own css. */
    color: white;
    /* Basic colors, overwrite this in your own css. */
    -webkit-overflow-scrolling: touch;
    /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}

[off-canvas*=top] {
    width: 100%;
    height: 255px;
    top: 0;
}

[off-canvas*=right] {
    width: 255px;
    height: 100%;
    top: 0;
    right: 0;
}

[off-canvas*=bottom] {
    width: 100%;
    height: 255px;
    bottom: 0;
}

[off-canvas*=left] {
    width: 255px;
    height: 100%;
    top: 0;
    left: 0;
}

[off-canvas*=reveal] {
    z-index: 0;
}

[off-canvas*=push] {
    z-index: 1;
}

[off-canvas*=overlay] {
    z-index: 9999;
}

[off-canvas*=shift] {
    z-index: 0;
}

/**
 * Animation
 */
[canvas],
[off-canvas] {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    -webkit-backface-visibility: hidden;
    /* Prevents flickering, may be removed if experiencing problems with fixed background images in Chrome. */
}

[off-canvas*=shift][off-canvas*=top] {
    -webkit-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
}

[off-canvas*=shift][off-canvas*=right] {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

[off-canvas*=shift][off-canvas*=bottom] {
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

[off-canvas*=shift][off-canvas*=left] {
    -webkit-transform: translate(50%, 0px);
    transform: translate(50%, 0px);
}

/**
 * Print
 */
@media print {
    [canvas] {
        -webkit-transform: translate(0px, 0px) !important;
        transform: translate(0px, 0px) !important;
    }

    [off-canvas] {
        display: none !important;
    }
}

.acta-display {
    font-family: 'mrs-eaves';
    font-style: italic;
}

body {
    background: #FEFEFE;
}

body.dark {
    background: #000;
}

hr {
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    padding-top: 2px;
    margin-bottom: 60px;
}

.container {
    background: #fefefe;
    max-width: 1500px;
    margin: 0 auto;
}

.dark .container,
.dark [canvas=container] {
    background: #000;
}

.facebook-comments {
    margin-bottom: 100px;
    margin-top: 50px;
}

.full-width {
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.flash {
    text-align: center;
    padding-top: 20px;
    display: none;
}

.onlineshop .flash {
    display: block;
}

.flash-notice {
    color: #4096E4;
}

.flash-error {
    color: red;
}

.teaser {
    padding: 50px;
    border: 3px solid #000;
    margin: 50px 0;
}

.teaser .topline {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.teaser h2 {
    margin-bottom: 40px;
}

.columns.error [type='text'],
.columns.error [type='password'],
.columns.error [type='date'],
.columns.error [type='datetime'],
.columns.error [type='datetime-local'],
.columns.error [type='month'],
.columns.error [type='week'],
.columns.error [type='email'],
.columns.error [type='number'],
.columns.error [type='search'],
.columns.error [type='tel'],
.columns.error [type='time'],
.columns.error [type='url'],
.columns.error [type='color'],
.columns.error textarea {
    margin-bottom: 0;
    border-color: #f04124;
}

.error small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    color: #f04124;
}

.langnav {
    margin-bottom: 0;
}

.langnav li {
    display: inline-block;
}

.langnav li a {
    font-size: 12px;
    font-weight: 700;
    margin-right: 6px;
    color: #909090;
}

.langnav li a:hover,
.langnav li a.active {
    color: #fff;
}

.hide-nav {
    visibility: hidden;
}

/*
|----------------------------------------------------------------------------------------------
|  Header
|----------------------------------------------------------------------------------------------
*/
.top-bar {
    background: #000;
}

.top-bar a {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 25px;
    display: inline-block;
    color: #fff;
}

.dark .top-bar {
    border-bottom: 1px solid #333;
}

.header-wrapper {
    background: #fff;
    padding-top: 35px;
}

.dark .header-wrapper {
    background: #000;
}

.logo {
    margin-top: -1px;
    margin-bottom: 20px;
}

@media screen and (min-width: 50em) {
    .logo {
        margin-bottom: 0;
    }
}

#kenburns_slideshow {
    position: relative;
    width: 600px;
    height: 360px;
    background-color: black;
    border: 22px solid #191919;
    overflow: hidden;
}

.kb-slide {
    position: absolute;
    z-index: 1;
    opacity: 0;
}

.kb-slide img {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.moving-images {
    width: 427px;
    height: 427px;
}

/*
|----------------------------------------------------------------------------------------------
|  Navigation
|----------------------------------------------------------------------------------------------
*/
.nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav li {
    display: inline-block;
    padding-top: 87px;
}

.nav li a {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 4px;
    border-bottom: 6px solid rgba(225, 6, 2, 0);
    transition: all 0.1s linear;
    letter-spacing: 2px;
    font-weight: 500;
}

.dark .nav li a {
    color: #fff;
}

.nav .active a,
.nav a:hover {
    border-bottom: 2px solid #e10602;
}

.warenkorb .nav .productlist-page a {
    border-bottom: 0;
}

.right-nav {
   padding-left: 20px !important;
}

.right-nav li {
    padding-right: 7%;
}

.right-nav li:last-child {
    padding-right: 0;
}

.left-nav {
    padding-right: 20px;
}

.left-nav li {
    padding-left: 7%;
}

.left-nav li:first-child {
    padding-left: 0;
}

.left-nav-wrapper {
    width: 40%;
}

.logo-wrapper {
    width: 30%;
    margin: 0 auto;
    float: none;
}

@media screen and (min-width: 50em) {
    .logo-wrapper {
        float: left;
        width: 20%;
    }
}

.right-nav-wrapper {
    width: 40%;
}

/*
|----------------------------------------------------------------------------------------------
|  Mobile Nav
|----------------------------------------------------------------------------------------------
*/
.slidenav {
    padding-top: 30px;
    padding-bottom: 40px;
}

.slidenav li {
    padding: 10px 0 10px 30px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: bold;
    position: relative;
}

.slidenav li.active:before {
    content: '';
    display: block;
    width: 2px;
    height: 8px;
    background: red;
    position: absolute;
    top: 16px;
    left: 22px;
}

.slidenav li ul {
    list-style: none;
}

.slidenav li ul li {
    padding-left: 0;
    padding-bottom: 0px;
    font-size: 11px;
    font-weight: normal;
}

.slidenav li ul li.active:before {
    top: 15px;
    left: -7px;
}

.slidenav a {
    color: #fff;
}

.mobile-menu-header {
    border-bottom: 1px solid #333;
}

.mobile-menu-header .langnav {
    display: inline;
}

.mobile-cart-btn {
    color: #fff;
    display: inline-block;
    background: #000 url(../img/svg/icon-cart.svg) 30px 12px no-repeat;
    background-size: 12px;
    padding: 10px 30px 10px 50px;
    text-transform: uppercase;
    font-size: 12px;
}

.mobile-logout a {
    display: block;
    border-top: 1px solid #333;
    color: #fff;
    padding: 10px 30px;
    font-size: 12px;
    text-transform: uppercase;
}

.close-mobile-menu {
    position: fixed;
    right: 23px;
    top: 20px;
    z-index: 1000;
    display: none;
}

.close-mobile-menu img {
    width: 29px;
}

.mobile-menu-open .close-mobile-menu {
    display: block;
}

/*
|----------------------------------------------------------------------------------------------
|  ============================================================
|----------------------------------------------------------------------------------------------
*/
div.burger {
    height: 30px;
    width: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 400;
}

div.burger div.x,
div.burger div.y,
div.burger div.z {
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0px;
    background: #000;
    border-radius: 2px;
    transition: all 200ms ease-out;
}

div.burger div.x,
div.burger div.y,
div.burger div.z {
    height: 3px;
    width: 26px;
}

div.burger div.y {
    top: 18px;
}

div.burger div.z {
    top: 37px;
}

div.burger div.collapse {
    top: 20px;
    background: #000;
    transition: all 70ms ease-out;
}

div.burger div.rotate30 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    transition: all 50ms ease-out;
}

div.burger div.rotate150 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    transition: all 50ms ease-out;
}

div.burger div.rotate45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 100ms ease-out;
}

div.burger div.rotate135 {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all 100ms ease-out;
}

.dark div.burger div.x,
.dark div.burger div.y,
.dark div.burger div.z,
.dark div.burger div.collapse {
    background: #fff;
}

div.circle {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0;
    left: 50%;
    background: #fff;
    opacity: 1;
    transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
    z-index: 20;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

div.circle.expand {
    width: 1200px;
    height: 1200px;
    top: 0;
    left: 50%;
    transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

div.menu {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 300;
}

div.menu ul li {
    list-style: none;
    position: absolute;
    top: 50px;
    left: 0;
    opacity: 0;
    width: 100%;
    text-align: center;
    font-size: 0px;
    transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
}

div.menu ul li a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
    display: block;
    padding: 10px;
}

div.menu li.animate {
    font-size: 16px;
    opacity: 1;
    transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
}

div.menu li.animate:nth-of-type(1) {
    top: 120px;
    transition-delay: 0.0s;
}

div.menu li.animate:nth-of-type(2) {
    top: 170px;
    transition-delay: 0.03s;
}

div.menu li.animate:nth-of-type(3) {
    top: 220px;
    transition-delay: 0.06s;
}

div.menu li.animate:nth-of-type(4) {
    top: 270px;
    transition-delay: 0.09s;
}

div.menu li.animate:nth-of-type(5) {
    top: 320px;
    transition-delay: 0.12s;
}

div.menu li.animate:nth-of-type(6) {
    top: 370px;
    transition-delay: 0.15s;
}

/*
|----------------------------------------------------------------------------------------------
|  Standardseite
|----------------------------------------------------------------------------------------------
*/
.headerimage {
    margin-bottom: 60px;
}

/*
|----------------------------------------------------------------------------------------------
|  Startseite: Einstieg
|----------------------------------------------------------------------------------------------
*/
.hero-unit {
    background: #000;
    margin-top: 25px;
    position: relative;
    color: #fff;
}

@media screen and (min-width: 50em) {
    .hero-unit {
        overflow: hidden;
    }
}

.hero-unit2 {
    margin-top: 50px;
    position: relative;
}

.hero-unit3 {
    background: #000;
    position: relative;
    color: #fff;
}

@media screen and (min-width: 50em) {
    .hero-unit3 {
        margin-top: 30px;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 49.9375em) {
    .hero-unit3 {
        margin-bottom: 165px;
    }
}

.hero-unit3 .hero-image {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 49.9375em) {
    .hero-unit3 .herotext {
        margin-top: -50px;
    }
}

.landingpage {
    font-weight: 300;
}

.landingpage .hero-image {
    opacity: 1;
}

.landingpage .logo {
    max-width: 200px;
}

.lp-topic-bar {
    background: #000;
}

.lp-topic-list {
    margin-bottom: 0;
}

.lp-topic-list li {
    display: inline-block;
    padding: 20px 30px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.lp-topic-list li a {
    color: #fff;
    opacity: .4;
}

.lp-topic-list li a:hover,
.lp-topic-list li a.active {
    opacity: 1;
}

.lp-topic-list .lp-topic-label {
    background: #fff;
    margin-right: 50px;
}

.lp-hero-unit h2 {
    font-family: 'mrs-eaves';
    font-style: italic;
    font-size: 46px;
    line-height: 50px;
}

.lp-intro-content {
    background: #fff;
    margin-bottom: 60px;
}

.lp-body {
    padding: 50px 30px;
    position: relative;
}

@media screen and (min-width: 50em) {
    .lp-body {
        padding: 50px;
        margin-top: -50px;
        box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1);
        background: #fff;
    }
}

.lp-body h2,
.lp-body h3 {
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 300;
}

.lp-sidebar {
    padding: 50px 20px 0 20px;
}

@media screen and (min-width: 50em) {
    .lp-sidebar {
        padding: 50px 20px 0 50px;
    }
}

.lp-sidebar .button {
    width: 100%;
}

@media screen and (max-width: 49.9375em) {
    .lp-cta {
        position: fixed;
        bottom: 0;
        z-index: 100;
        width: 100%;
    }

    .lp-cta .button {
        width: 100%;
        margin-bottom: 0;
    }
}

.lp-teaser-image {
    text-align: center;
    margin-bottom: 30px;
}

.lp-teaser-text {
    font-size: 14px;
    margin-bottom: 30px;
}

.lp-productinfo {
    padding: 0 25px 50px 25px;
}

.lp-productinfo .vorteile-headline {
    display: block;
    margin-bottom: 50px;
}

@media screen and (min-width: 50em) {
    .lp-productinfo {
        padding: 50px 0;
    }
}

@media screen and (min-width: 50em) {
    .lp-product {
        padding: 100px 0;
    }
}

.landingpage .quote,
.zitat-wrapper {
    font-size: 28px;
    margin-bottom: 30px;
    border: 0;
    margin-top: 0;
    padding: 0;
    text-align: center;
}

.landingpage .quote:before,
.zitat-wrapper:before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: url(../img/double-line.png) 0 0 repeat-x;
    margin-bottom: 30px;
}

.landingpage .quote:after,
.zitat-wrapper:after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: url(../img/double-line.png) 0 0 repeat-x;
    margin-top: 30px;
}

.zitat-wrapper {
    margin-bottom: 50px;
}

.zitat-text {
    font-family: 'mrs-eaves';
    font-style: italic;
    font-size: 40px;
}

.zitat-quelle {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    display: block;
    margin-top: 20px;
}

.button.lp-btn {
    background: #FF2300 url(../img/svg/icon-cart.svg) 40px center no-repeat;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 0 0 0 #FF2300;
    transition: all 0.1s linear;
    padding: 15px 60px 15px 80px;
    font-size: 12px;
    font-weight: 700;
}

.button.lp-btn:hover {
    box-shadow: 0 0 30px rgba(255, 35, 0, 0.5);
}

.lp-acc {
    background: #E9E9E9;
    padding: 30px 0;
}

@media screen and (min-width: 50em) {
    .lp-acc {
        padding: 100px 0;
    }
}

.lp-acc .accordion {
    border: 0;
    background: none;
}

.lp-acc .accordion-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    border-bottom: 1px solid #DADADA;
}

.lp-acc .accordion-title:hover,
.lp-acc .accordion-title:focus {
    background: none;
}

.lp-acc .accordion-content {
    background: none;
    border-bottom: 1px solid #DADADA;
}

.hero-image {
    z-index: 5;
}

@media screen and (min-width: 50em) {
    .hero-image {
        opacity: 1;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
}

.herotext {
    position: absolute;
    top: 115%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 500px;
    left: 50%;
    width: 90%;
    z-index: 10;
    color: #000;
    background: #fff;
    padding: 20px 20px;
    border: 1px solid #ccc;
}

@media screen and (min-width: 50em) {
    .herotext {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        left: auto;
        width: auto;
        color: inherit;
        background: none;
        padding: 0;
        border: none;
    }
}

.herotext h2 {
    font-family: 'mrs-eaves';
    font-style: italic;
    padding-bottom: 20px;
    max-width: 380px;
}

.entry-417 .herotext {
    display: none;
}

@media screen and (min-width: 50em) {
    .entry-417 .herotext {
        display: block;
    }
}

.hero-unit2 .herotext h2 {
    max-width: 480px;
}

.hero-unit3 .herotext h2 {
    max-width: 100%;
}

.topline {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 12px;
}

.headline {
    padding-top: 45px;
    padding-bottom: 25px;
}

@media screen and (min-width: 50em) {
    .headline {
        padding-top: 95px;
        padding-bottom: 65px;
    }
}

.header-image {
    position: relative;
}

.header-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 10;
    width: 100%;
}

.header-text .subhead {
    font-size: 40px;
    max-width: 300px;
}

.header-text .subhead p {
    line-height: 1.2;
    margin-bottom: 0;
}

@media screen and (max-width: 49.9375em) {

    .entry-419 .header-text .subhead,
    .entry-429 .header-text .subhead {
        font-size: 30px;
        max-width: 250px;
    }
}

.entry-419 .header-image {
    margin-bottom: 60px;
}

.play-btn {
    display: inline-block;
    width: 83px;
    height: 83px;
    background: #000 url("../img/play.svg") 57% center no-repeat;
    border-radius: 100%;
    text-indent: -9999px;
    border: 1px solid #000;
    transition: all 0.1s linear;
}

.play-btn:hover {
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.headlinepart-1,
.headlinepart-2 {
    font-size: 28px;
    display: block;
    font-family: 'mrs-eaves';
    font-style: italic;
}

@media screen and (min-width: 50em) {

    .headlinepart-1,
    .headlinepart-2 {
        font-size: 68px;
    }
}

@media screen and (min-width: 50em) {
    .headlinepart-1 {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
}

@media screen and (min-width: 50em) {
    .headlinepart-2 {
        -webkit-transform: translateX(33px);
        transform: translateX(33px);
    }
}

.star.padded {
    margin-bottom: 80px;
}

.introacc {
    padding: 60px 15px;
}

@media screen and (min-width: 50em) {
    .introacc {
        padding: 150px 0;
    }
}

.introacc nav li {
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
}

@media screen and (min-width: 50em) {
    .introacc nav li {
        margin-right: 0;
        display: block;
    }
}

.introacc nav a {
    font-family: 'mrs-eaves';
    font-style: italic;
    font-size: 20px;
    border-bottom: 2px solid #DCDCDC;
}

@media screen and (min-width: 50em) {
    .introacc nav a {
        font-size: 25px;
    }
}

.introacc nav a:hover,
.introacc nav a.active {
    border-bottom: 2px solid #FF2300;
}

.acc-tab {
    display: none;
}

.acc-tab.active {
    display: block;
}

.acc-text {
    font-weight: 100;
    margin-bottom: 30px;
    font-size: 18px;
}

.acc-text h3 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.button.light {
    background: #fff;
    border: 1px solid #979797;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #000;
    padding: 17px 40px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    transition: all 0.1s linear;
}

.button.light:hover {
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.button.light.cta {
    background: #FF2300;
    color: #fff;
    border: 0;
    box-shadow: 0 0 20px #FF2300;
    transition: all 0.2s linear;
}

.button.light.cta:hover {
    box-shadow: 0 0 40px #FF2300;
}

.dark .button.light {
    padding: 17px 20px;
}

.button.dark {
    background: #000;
    border: 1px solid #979797;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #fff;
    padding: 17px 40px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    transition: all 0.1s linear;
}

.button.dark:hover {
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.dark-row,
.light-row {
    padding: 40px 0;
}

@media screen and (min-width: 50em) {

    .dark-row,
    .light-row {
        padding: 140px 0;
    }
}

.dark-row p,
.light-row p {
    font-size: 14px;
}

.dark-row .fi-step-headline,
.light-row .fi-step-headline {
    padding-top: 40px;
}

.dark-row .fi-step-headline:after,
.light-row .fi-step-headline:after {
    margin: 20px 0 20px 0;
}

@media screen and (min-width: 50em) {
    .even-row .elemente-text {
        padding-left: 60px;
    }
}

.onlineshop .button.light.disabled {
    margin-bottom: 0;
}

.video-popup {
    position: relative;
}

.video-image-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.intro-row {
    padding: inherit;
    background: #000;
    color: #fff;
}

.dark-row {
    background: #000;
    color: #fff;
}

.lemanoirart {
    padding: 50px 0 60px 0;
    background: #000 url(../img/buehne.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    margin-bottom: 100px;
    margin-top: 40px;
}

@media screen and (min-width: 50em) {
    .lemanoirart {
        padding: 160px 0 160px 30px;
        margin-top: 80px;
    }
}

.lemanoirart h2 {
    font-size: 25px;
    font-family: 'mrs-eaves';
    font-style: italic;
    margin-bottom: 70px;
}

.lemanoirart img {
    margin-bottom: 30px;
}

.lemanoirart .projekt-1,
.lemanoirart .projekt-2 {
    margin-bottom: 40px;
}

@media screen and (min-width: 50em) {

    .lemanoirart .projekt-1,
    .lemanoirart .projekt-2 {
        margin-bottom: 0;
    }
}

.lemanoirart-title {
    font-size: 24px;
    font-weight: 500;
    display: block;
}

#divider {
    position: absolute;
    bottom: -1px;
    height: 30px;
}

@media screen and (min-width: 50em) {
    #divider {
        height: auto;
    }
}

#divider2 {
    height: 30px;
}

@media screen and (min-width: 50em) {
    #divider2 {
        height: auto;
    }
}

.productteaser {
    padding: 60px 15px;
}

@media screen and (min-width: 50em) {
    .productteaser {
        padding: 100px 0;
    }
}

@media screen and (min-width: 50em) {
    .productteaser .teaserrow {
        padding-bottom: 100px;
    }
}

.teasertextbox {
    margin-bottom: 30px;
}

@media screen and (min-width: 50em) {
    .teasertextbox {
        margin-bottom: 0;
    }
}

.teasertextbox .text {
    font-size: 18px;
    font-family: 'mrs-eaves';
    font-style: italic;
}

@media screen and (min-width: 50em) {
    .teasertextbox.padded {
        padding-top: 200px;
    }
}

.linkbtn {
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    margin-top: 20px;
    font-weight: 500;
    border-bottom: 2px solid #DCDCDC;
    padding-bottom: 5px;
}

.linkbtn.dark {
    color: #fff;
    border-bottom: 2px solid #4C4C4C;
}

.linkbtn:hover {
    border-bottom: 2px solid #FF2300;
}

/*
|----------------------------------------------------------------------------------------------
|  Startseite: Triptychon
|----------------------------------------------------------------------------------------------
*/
.triptychon {
    padding-top: 40px;
}

@media screen and (min-width: 50em) {
    .triptychon {
        padding-top: 75px;
    }
}

.tri-part {
    overflow: hidden;
}

.tri-part img {
    transition: all 0.7s ease;
}

@media screen and (min-width: 50em) {
    .tri-part img:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.tri-link {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0 4px 0;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 30px;
    font-size: 15px;
}

.fi-bg {
    background: #000 url("../img/fi-bg.jpg") no-repeat;
    background-size: contain;
}

.fi {
    color: #fff;
    padding: 50px 0 30px 0;
    margin-bottom: 40px;
}

.fi-bestellung {
    background: #000;
    margin-top: 130px;
}

.fi-intro-text {
    margin-top: 0 !important;
}

.fi-image {
    margin-bottom: 40px;
}

@media screen and (min-width: 50em) {
    .fi-image {
        margin-bottom: 90px;
    }
}

.bestelldetails {
    padding-bottom: 40px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 50em) {
    .bestelldetails {
        padding-right: 60px;
        padding-top: 90px;
        padding-bottom: 0;
        padding-left: 50px;
    }
}

.dark .bestelldetails {
    color: #fff;
}

.bestellart {
    font-size: 12px;
}

.fi-preis {
    font-size: 30px;
}

.fi-preis span {
    font-family: 'Roboto';
    font-size: 10px;
}

.beratungstermin-btn {
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 30px;
    display: block;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.weitere-bestellung {
    padding: 0;
    opacity: .5;
    position: relative;
}

@media screen and (min-width: 50em) {
    .weitere-bestellung {
        padding-left: 35px;
    }
}

.weitere-bestellung:before {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background: #FF2300;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 49.9375em) {
    .weitere-bestellung:before {
        left: -20px;
    }
}

.fi-steps {
    color: #fff;
    padding: 20px 15px;
}

.fi-step-row {
    padding-top: 0px;
}

@media screen and (min-width: 50em) {
    .fi-step-row {
        padding-top: 120px;
    }
}

@media screen and (min-width: 50em) {
    .fi-steps {
        margin-top: 100px;
        padding: 20px 15px;
    }
}

.fi-step-grid {
    border: 1px solid #333;
}

@media screen and (min-width: 50em) {
    .fi-step-grid {
        padding: 80px;
    }
}

.fi-step-grid .column,
.fi-step-grid .columns {
    text-align: center;
}

@media screen and (min-width: 50em) {

    .fi-step-grid .column:nth-child(2n),
    .fi-step-grid .columns:nth-child(2n) {
        padding-left: 140px;
    }
}

.fi-step {
    min-height: 450px;
    padding: 40px;
    max-width: none;
    font-size: 14px;
}

.fi-step-nr {
    display: inline-block;
    font-size: 200px;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'mrs-eaves';
    font-style: italic;
    color: rgba(255, 255, 255, 0.2);
    line-height: 200px;
}

.fi-step-headline {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.fi-step-headline:after {
    content: '';
    display: block;
    height: 2px;
    background: #E01014;
    width: 90px;
    margin: 20px auto 0 auto;
}

.fi-geschichte {
    margin: 40px 0 80px 0;
}

.introtext {
    font-family: 'mrs-eaves';
    font-style: italic;
    font-style: italic;
    font-size: 25px;
    line-height: 34px;
}

.testimonial-slider {
    background: url(../img/sand-bg.jpg) 0 0 no-repeat;
    background-size: cover;
}

@media screen and (min-width: 50em) {
    .testimonial-slider {
        margin-bottom: 120px;
    }
}

@media screen and (min-width: 50em) {
    .onlineshop .testimonial-slider {
        margin-bottom: 50px;
    }
}

.fi-testimonials .slick-dots li button:before,
.fi-testimonials .slick-dots li.slick-active button:before {
    color: #fff;
}

.fi-testimonials .slick-dots {
    bottom: 60px;
}

.fi-testimonial {
    padding: 80px 0 150px 0;
}

.fi-testimonial-image {
    width: 60px;
    border-radius: 50%;
    display: inline-block !important;
    margin-bottom: 20px;
}

.fi-testimonial-headline {
    font-size: 25px;
    color: #fff;
    font-style: italic;
    max-width: 450px;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
}

.fi-testimonial-author {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.fi-testimonial-author:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    display: block;
    top: -22px;
    left: 50%;
    background: #FF2300;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#philosophie {
    background: #000;
    color: #fff;
}

@media screen and (min-width: 50em) {
    #philosophie {
        padding: 310px 0 140px 0;
    }
}

@media screen and (min-width: 50em) {
    .dark #philosophie {
        padding: 170px 0 0 0;
    }
}

.fi-maintitle {
    margin-top: 60px;
}

.fi-quote {
    margin-top: 10px;
    max-width: 430px;
    margin: 0 auto !important;
    text-align: center;
    margin-bottom: 15px !important;
}

.fi-aboutus-text {
    margin-bottom: 50px;
}

@media screen and (min-width: 50em) {
    .fi-aboutus-text {
        -webkit-columns: 2 auto;
        columns: 2 auto;
        -webkit-column-gap: 80px;
        column-gap: 80px;
        padding-bottom: 100px;
    }
}

.quote-sub {
    font-size: 14px;
    display: block;
    margin-bottom: 60px;
}

/*
|----------------------------------------------------------------------------------------------
|  Startseite: Slider-Behandlungen
|----------------------------------------------------------------------------------------------
*/
.behandlungen {
    padding-bottom: 100px;
}

.double-line-top {
    background: url(../img/double-line.png) 0 60px repeat-x;
}

.headline-behandlungen {
    text-transform: uppercase;
    font-size: 15px;
    max-width: 270px;
    margin: 50px auto 20px auto;
    background: #fff;
}

@media screen and (min-width: 50em) {
    .headline-behandlungen {
        max-width: 400px;
    }
}

.crossselling .headline-behandlungen {
    margin: 20px auto 50px auto;
}

@media screen and (min-width: 50em) {
    .crossselling .headline-behandlungen {
        margin: 50px auto 20px auto;
    }
}

.crossselling .double-line-top {
    background: url(../img/double-line.png) 0 30px repeat-x;
}

@media screen and (min-width: 50em) {
    .crossselling .double-line-top {
        background: url(../img/double-line.png) 0 60px repeat-x;
    }
}

.slider-behandlungen {
    margin-bottom: 0;
    padding-bottom: 0;
    background: url(../img/double-line.png) center 170px no-repeat;
    background-size: 1370px 4px;
}

@media screen and (min-width: 50em) {
    .slider-behandlungen {
        padding-bottom: 30px;
    }
}

.behandlung-item a {
    display: block;
    position: relative;
}

.behandlung-item a .behandlung-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #000;
    display: block;
    background: rgba(255, 255, 255, 0.46);
    padding: 5px 10px;
    z-index: 110;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
    transition: all 0.1s linear;
    margin-left: -15px;
}

.behandlung-item a:hover .behandlung-title {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}

.behandlung-item img {
    opacity: .5;
    background: #000;
    display: block;
    z-index: 100;
}

/*
|----------------------------------------------------------------------------------------------
|  Startseite: Featured Products
|----------------------------------------------------------------------------------------------
*/
.bestseller {
    padding: 210px 0 70px 0;
}

@media screen and (min-width: 50em) {
    .bestseller {
        padding: 70px 0;
    }
}

.bestseller-image {
    text-align: center;
}

.bestseller-image img {
    max-width: 200px;
}

@media screen and (min-width: 50em) {
    .bestseller-image img {
        max-width: 100%;
    }
}

.produkteslider .slick-dots {
    bottom: -75px;
}

.produktslide {
    padding: 0 40px;
}

.bestseller-text {
    margin-top: 30px;
    margin-bottom: 50px;
}

@media screen and (min-width: 50em) {
    .bestseller-text {
        margin-bottom: 0;
    }
}

.weitere-headline {
    padding-top: 60px;
}

.product-wrapper {
    box-shadow: 0px 0px 0px 1px #e5e5e5;
    margin-bottom: 35px;
}

@media screen and (min-width: 50em) {
    .product-wrapper {
        border-bottom: 0;
    }
}

.onlineshop .product-wrapper {
    box-shadow: none;
}

.onlineshop .crossseller .product-wrapper {
    border-right: 0;
}

@media screen and (min-width: 64em) {

    .onlineshop .product-list .column:nth-child(3n) .product-wrapper,
    .onlineshop .product-list .columns:nth-child(3n) .product-wrapper {
        border-right: 0;
    }
}

@media screen and (min-width: 50em) and (max-width: 63.9375em) {

    .onlineshop .product-list .column:nth-child(2n) .product-wrapper,
    .onlineshop .product-list .columns:nth-child(2n) .product-wrapper {
        border-right: 0;
    }
}

@media screen and (max-width: 49.9375em) {

    .onlineshop .product-list .column .product-wrapper,
    .onlineshop .product-list .columns .product-wrapper {
        border-right: 0;
    }
}

.crossselling .column:last-child .product-wrapper,
.crossselling .columns:last-child .product-wrapper {
    border-bottom: 0;
}

.product-details {
    padding: 30px;
    padding-top: 0;
}

@media screen and (min-width: 50em) {
    .product-details {
        padding-top: 30px;
    }
}

.product-group {
    text-transform: uppercase;
    font-size: 12px;
}

.product-name {
    font-family: 'mrs-eaves';
    font-style: italic;
    font-weight: 100;
    font-size: 22px;
    margin-bottom: 20px;
}

@media screen and (min-width: 50em) {
    .product-name {
        font-size: 30px;
    }
}

.cart-item-name .product-name {
    font-size: 30px;
    margin-bottom: 0;
}

@media screen and (min-width: 50em) {
    .cart-item-name .product-name {
        font-size: 25px;
    }
}

.cart-item-name .product-name span {
    display: block;
    font-size: 14px;
    font-family: 'Roboto';
}

.product-detail .product-name {
    font-size: 30px;
}

.product-desc {
    margin-bottom: 50px;
    font-weight: 300;
}

.product-price {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    margin-bottom: 40px;
}

.product-price .price {
    font-size: 20px; 
    padding-right: 10px;
    font-weight: 700;
}

.actions {
    text-align: center;
}

.more-btn {
    text-transform: uppercase;
}

.test-actions {
    margin-top: 50px;
}

.go-on {
    display: inline-block;
    width: 40px;
    height: 36px;
    background: url(../img/arrow.png) 0 0 no-repeat;
    background-size: 35px 35px;
    padding: 0;
    padding-left: 5px;
    margin-left: 30px;
    transition: all 0.1s linear;
    text-indent: -9999px;
    margin-right: 30px;
}

.go-on:hover {
    background-color: transparent;
    background-position: 3px 0;
}

.go-on.back {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    text-indent: 9999px;
}

.select {
    background: #fff;
    border: 2px solid #000;
    color: #000;
}

.testslide {
    display: none;
}

.testslide.active {
    display: block;
}

.mcs {
    display: none;
}

.answer {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 2px solid #000;
    border-radius: 0;
    padding: 0.85em 1em;
    margin: 0 5px 1rem 0;
    font-size: 0.9rem;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    transition: all 0.1s linear;
    box-shadow: 0 0 0 #000;
}

@media screen and (max-width: 49.9375em) {
    .answer {
        display: block;
    }
}

.answer:hover {
    box-shadow: 2px 2px 0 0 #000;
}

.answer.active {
    background: #000;
    color: #fff;
}

.hauttyptest {
    margin: 0;
}

@media screen and (min-width: 50em) {
    .hauttyptest {
        min-height: 810px;
    }
}

.nuancen-image {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
}

.raute.htt {
    background: #eceff1 url(../img/hauttyptest-bg.jpg) no-repeat center;
    color: #000;
}

.raute.htt.dark {
    color: #fff;
    background: #000;
}

.onlineshop .answer {
    display: block;
}

.forward {
    display: none;
}

.test-product {
    display: none;
}

.test-notices {
    max-width: 757px;
    margin: 0 auto;
    font-size: 12px;
    color: #666;
    padding-top: 18px;
}

.test-notices ul {
    list-style: none;
}

.test-ergebnis {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.test-image {
    float: left;
    width: 200px;
}

.test-text {
    float: left;
    width: 300px;
    text-align: left;
    padding-left: 30px;
}

/*
|----------------------------------------------------------------------------------------------
|  Presse
|----------------------------------------------------------------------------------------------
*/
.presse-artikel {
    font-size: 14px;
}

.presse-artikel li {
    border: 1px solid #D9D9D9;
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
}

.artikel-titel {
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    padding-top: 20px;
}

.artikel-quelle {
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
.presse-home {
    width: 25%;
    float: left;
 }
}
/*
|----------------------------------------------------------------------------------------------
|  Teaser Area
|----------------------------------------------------------------------------------------------
*/
.teaser-area.last {
    margin-bottom: 100px;
}

.left-teaser,
.right-teaser {
    position: relative;
    text-align: center;
}

.entry-419 .left-teaser,
.entry-419 .right-teaser {
    box-sizing: border-box;
}

.left-teaser .teaserbutton {
    border-right: 1px solid #ccc;
}

.entry-419 .left-teaser .teaserbutton {
    border-right: 0;
}

.teaserbutton {
    display: block;
    width: 100%;
    height: 35px;
    position: absolute;
    bottom: 0;
    transition: all 0.1s linear;
    z-index: 10;
    color: #fff;
    background: rgba(0, 0, 0, 0.83);
}

@media screen and (min-width: 50em) {
    .teaserbutton {
        background: transparent;
        top: 0;
        height: 100%;
        color: rgba(255, 255, 255, 0);
    }

    .teaserbutton:hover {
        background: rgba(0, 0, 0, 0.85);
        color: white;
    }
}

.teaserbutton span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 10px;
    white-space: nowrap;
}

@media screen and (min-width: 50em) {
    .teaserbutton span {
        font-size: 14px;
    }
}

.teaserbutton span b {
    display: block;
    font-family: 'mrs-eaves';
    font-style: italic;
    text-transform: initial;
    font-size: 23px;
    font-weight: normal;
    max-width: 300px;
    margin-top: 10px;
}

.entry-419 .teaserbutton {
    height: 100%;
    width: 94%;
    background: rgba(0, 0, 0, 0.5);
}

.entry-419 .teaserbutton span {
    white-space: initial;
}

.entry-419 .teaserbutton::after {
    content: '';
    width: 75px;
    height: 75px;
    background: #000 url("img/arrow.svg") center center no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (min-width: 50em) {
    .entry-419 .teaserbutton {
        width: 96%;
    }
}

.artentries {
    margin-bottom: 50px;
}

.artentries .column,
.artentries .columns {
    margin-bottom: 30px;
}

/*
|----------------------------------------------------------------------------------------------
|  Raute
|----------------------------------------------------------------------------------------------
*/
.raute {
    background: #000;
    padding: 80px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.raute.last {
    margin-bottom: 100px;
}

.raute .text {
    max-width: 300px;
    display: inline-block;
}

.raute .text.zitat {
    font-size: 40px;
}

.entry-512 .raute {
    padding: 140px 0;
}

.raute-oben {
    position: absolute;
    top: 0;
    -webkit-transform: scale(1.01) translateX(1px);
    transform: scale(1.01) translateX(1px);
}

.raute-unten {
    position: absolute;
    bottom: 0;
    -webkit-transform: scale(1.01) translateX(1px);
    transform: scale(1.01) translateX(1px);
}

/*
|----------------------------------------------------------------------------------------------
|  Unterseite
|----------------------------------------------------------------------------------------------
*/
.mainhead {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 35px;
    padding-top: 30px;
}

@media screen and (min-width: 50em) {
    .mainhead {
        padding-top: 80px;
    }

    .mainhead.category-overview {
        max-width: 400px;
        margin: 0 auto;
        padding-bottom: 68px;
        letter-spacing: 2px;
    }
}

.onlineshop .mainhead {
    padding-top: 10px;
}

@media screen and (min-width: 50em) {
    .onlineshop .mainhead {
        padding-top: 30px;
    }
}

.subhead {
    display: block;
    text-align: center;
    font-family: 'mrs-eaves';
    font-style: italic;
    font-size: 23px;
    width: 100%;
    padding-bottom: 20px;
    max-width: 570px;
    margin: 0 auto;
}

.subhead.small {
    font-size: 18px;
}

@media screen and (min-width: 50em) {
    .subhead {
        padding-bottom: 40px;
    }
}

.crosslink .subhead {
    font-size: 20px;
    max-width: 400px;
    margin: 0 auto;
}

.kontakt .crosslink {
    margin-bottom: 50px;
}

.crosslink1 {
    margin-bottom: 60px;
}

@media screen and (min-width: 50em) {
    .crosslink1 {
        margin-bottom: 0;
    }
}

.subheadline {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 14px;
    display: block;
    font-size: 12px;
}

.text {
    font-size: 14px;
}

.textblock {
    max-width: 580px;
    margin: 0 auto 30px auto;
    padding: 0 30px;
    font-weight: 300;
    font-size: 18px;
}

.textblock.lma-intro {
    max-width: 900px;
}

.textblock.art-entry-info {
    margin: 0;
    padding: 0;
    margin-top: 50px;
}

.textblock a {
    border-bottom: 1px dotted;
}

.textblock a:hover {
    border-bottom: 1px solid;
}

@media screen and (min-width: 50em) {
    .textblock {
        margin: 0 auto 70px auto;
    }
}

.textblock-large {
    max-width: 840px;
    font-size: 18px;
    margin: 40px auto 30px auto;
    padding: 0 30px;
    font-weight: 300;
}

.textblock-large.category-body {
    max-width: 520px;
    margin-bottom: 0;
}

@media screen and (min-width: 50em) {
    .textblock-large {
        margin: 40px auto 70px auto;
    }
}

.slider {
    max-width: 1105px;
    margin: 40px auto 70px auto;
}

@media screen and (min-width: 50em) {
    .slider {
        margin: 0 auto 80px auto;
    }
}

.vierer .column,
.vierer .columns {
    margin-bottom: 30px;
}

.videoblock {
    margin-bottom: 50px;
}

.videoblock .embed-container {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.dark .videoblock .embed-container {
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.5);
}

.fotocta {
    margin-bottom: 40px;
}

.fotocta img {
    margin-bottom: 30px;
}

.fototext {
    padding: 60px 0;
}

.crossseller .product-wrapper {
    box-shadow: none;
}

.imageblock {
    padding: 20px;
}

@media screen and (min-width: 50em) {
    .imageblock {
        padding: 60px 60px 60px 60px;
    }
}

@media screen and (min-width: 50em) {
    .entry-415 .imageblock {
        padding-top: 0;
    }
}

.quote {
    margin-top: 8%;
    margin-bottom: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px;
    font-size: 25px;
    font-family: 'mrs-eaves';
    font-style: italic;
    font-style: italic;
}

@media screen and (min-width: 50em) {
    .quote {
        margin-top: 25%;
    }
}

/*
|----------------------------------------------------------------------------------------------
|  Unterseite: Subnav
|----------------------------------------------------------------------------------------------
*/
.subnav {
    text-align: center;
    background: #fefefe url(../img/double-line.png) 0 60px repeat-x;
    z-index: 1000;
}

.subnav ul {
    list-style: none;
    padding: 3px 0 20px 0;
    margin-left: 0;
    margin-bottom: 0;
    z-index: 10;
}

@media screen and (min-width: 50em) {
    .subnav ul {
        padding: 20px 0;
    }
}

.subnav ul li {
    display: inline-block;
    padding-right: 13px;
    font-size: 10px;
}

@media screen and (min-width: 50em) {
    .subnav ul li {
        padding-right: 70px;
    }
}

.subnav ul li:last-child {
    padding-right: 0;
}

.subnav ul li a {
    text-transform: uppercase;
    opacity: 0.5;
}

.subnav ul li a.active,
.subnav ul li a:hover {
    opacity: 1;
}

.subnavactive  a {
    opacity: 1 !important;
}

.dark .subnav a {
    color: #fff;
    opacity: 0.5;
}

.dark .subnav a.active,
.dark .subnav a:hover {
    opacity: 1;
}

.entry-418 .subnav,
.entry-514 .subnav,
.entry-1400 .subnav {
    background: #fff;
}

.entry-514 .subnav-wrapper {
    display: none;
}

.formula-individualis .subnav {
    background: #fff;
    margin-bottom: 30px;
}

.dark .subnav-wrapper,
.dark .subnav {
    background: #000;
}

.dark .subnav {
    background: #000 url(../img/double-line-dark.png) repeat-x center bottom;
}

.images {
    padding-bottom: 0;
}

.ps-image {
    margin-bottom: 20px;
}

.pr-grid {
    padding: 0 15px;
}

.pr-grid .column,
.pr-grid .columns {
    padding-bottom: 80px;
}

.small-product-image {
    float: left;
    width: 30%;
    display: block;
    padding-right: 5%;
}

.small-product-desc {
    float: left;
    width: 65%;
}

.serie-auswahl {
    background: #000;
    color: #fff;
    padding-top: 40px;
}

.serie-auswahl .subhead {
    padding-bottom: 0;
}

.auswahl-grid {
    background: #fff;
    margin-top: 30px;
}

@media screen and (min-width: 50em) {
    .auswahl-grid {
        border: 1px solid #979797;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        margin-top: 0;
    }
}

.auswahl-grid .column,
.auswahl-grid .columns {
    display: table;
}

.auswahl-grid .column:last-child a,
.auswahl-grid .columns:last-child a {
    border-right: 0;
}

.auswahl-grid .auswahl-btn {
    text-transform: uppercase;
    color: #818181;
    display: table-cell;
    text-align: center;
    background: #fff;
    height: 68px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    vertical-align: middle;
    padding: 0 20px;
    border-bottom: 1px solid #979797;
}

@media screen and (min-width: 50em) {
    .auswahl-grid .auswahl-btn {
        border-right: 1px solid #979797;
        border-bottom: 0;
    }
}

.auswahl-grid .auswahl-btn:hover,
.auswahl-grid .auswahl-btn.active {
    color: #000;
    box-shadow: 0 -2px 0 red inset;
}

.routinen-container {
    padding-top: 30px;
}

.routine {
    display: none;
}

.routine.active {
    display: block;
}

.routine-produkt {
    padding-bottom: 70px;
}

.routine-produkt img {
    margin-bottom: 20px;
}

@media screen and (min-width: 50em) {
    .routine-produkt {
        padding-top: 70px;
    }
}

.routine-step-nr {
    display: block;
    font-size: 200px;
    text-align: center;
    font-family: 'mrs-eaves';
    font-style: italic;
    color: rgba(0, 0, 0, 0.2);
    line-height: 200px;
}

.ablauf-list {
    padding: 0 15px;
}

@media screen and (min-width: 50em) {
    .ablauf-list {
        padding: 0;
    }
}

.ablauf-list li {
    margin-bottom: 30px;
}

.ablauf-nr {
    font-size: 60px;
    font-family: 'mrs-eaves';
    font-style: italic;
    color: #DAD9D9;
    line-height: 46px;
}

.anweisung {
    font-size: 14px;
}

.highlights-row {
    padding-top: 70px;
    margin-top: 70px;
    background: url(../img/double-line.png) 0 0 repeat-x;
}

.highlights-list {
    padding: 0 15px;
}

@media screen and (min-width: 50em) {
    .highlights-list {
        max-width: 80%;
        padding: 0;
    }
}

.highlights-list li {
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid #979797;
    margin-bottom: 20px;
}

.highlights-list li:last-child {
    border-bottom: 0;
}

/*
|----------------------------------------------------------------------------------------------
|  Produktdetailseite
|----------------------------------------------------------------------------------------------
*/
.product-detail {
    padding: 0px 0 40px 0;
}

@media screen and (min-width: 50em) {
    .product-detail {
        padding: 40px 0 80px 0;
    }
}

.behandlungsmoeglichkeiten .product-detail {
    padding: 40px 0 40px 0;
}

@media screen and (min-width: 50em) {
    .behandlungsmoeglichkeiten .product-detail {
        padding: 80px 0 80px 0;
    }
}

.product-details-wrapper {
    padding: 0 20px;
    font-weight: 300;
}

@media screen and (min-width: 50em) {
    .product-details-wrapper {
        padding: 0 50px;
    }
}

.product-detail-headline {
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
    display: inline-block;
    font-weight: 500;
}

.back {
    font-style: italic;
}

.product-detail-price {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 40px;
}

.product-detail-price .price {
    font-weight: 700;
    font-size: 30px;
    padding-right: 10px;
    display: block;
    line-height: 31px;
}

@media screen and (min-width: 50em) {
    .product-detail-price .price {
        display: inline;
        line-height: inherit;
    }
}

.variant-select {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #292929;
    width: 100%;
    max-width: 250px;
}

.variant-select-headline {
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
    font-size: 10px;
}

.variant-sku {
    display: block;
    font-size: 14px;
    font-family: 'Roboto';
}

.price-info {
    font-size: 12px;
}

.btn-cart {
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    padding: 14px 30px;
}

.btn-cart.registerclient {
    padding: 14px 15px;
}

@media screen and (min-width: 50em) {
    .btn-cart {
        margin-top: 2px;
    }
}

.product-image {
    margin-bottom: 20px;
    text-align: center;
}

.product-image img {
    max-width: 200px;
    width: 100%;
}

@media screen and (min-width: 50em) {
    .product-image img {
        max-width: 420px;
    }
}

.behandlungen-page .product-image img {
    max-width: initial;
    width: 100%;
}

/*
|----------------------------------------------------------------------------------------------
|  Behandlungen Detailseite
|----------------------------------------------------------------------------------------------
*/
.variante {
    margin-bottom: 40px;
}

.variante .behandlungen {
    list-style: none;
    padding: 0;
    margin: 0;
}

.variante .behandlungen>li {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}

.variante .behandlungen>li:first-child {
    border-top: 1px solid #e5e5e5;
}

.variante .behandlungen h4 {
    font-size: 18px;
}

.behandlungsart p {
    margin-bottom: 0;
}

.varianten-headline {
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.testimonial {
    background: #000;
    color: #fff;
    margin-bottom: 100px;
    padding: 15px 0;
}

.testimonial.light {
    background: #fff;
    color: #000;
}

@media screen and (min-width: 50em) {
    .testimonial {
        padding: 0;
    }
}

.testimonial h3 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
}

.testimonial.light {
    background: #fff;
    color: #000;
}

.testimonial.light .art-entry {
    margin-bottom: 0;
}

.testimonial.light .testimonial-details {
    padding-left: 70px;
}

.testimonial.light h3 {
    text-transform: none;
}

.entry-419 .testimonial {
    margin-bottom: 50px;
}

.divided {
    background: url(../img/double-line.png) 0 0 repeat-x, url(../img/double-line.png) 0 bottom repeat-x;
    padding: 40px 0;
}

.divided-ueber {
    background: url(../img/double-line.png) 0 0 repeat-x;
    padding-top: 70px;
}

.entry-419 .divided,
.entry-655 .divided,
.entry-868 .divided {
    background: url(../img/double-line.png) 0 0 repeat-x;
    padding-top: 70px;
}

.testimonial-details-wrapper {
    position: relative;
}

.testimonial-details {
    padding: 20px 15px 0 15px;
}

@media screen and (min-width: 50em) {
    .testimonial-details {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0;
    }
}

.entry-419 .testimonial.light .testimonial-details {
    padding-left: 0;
}

@media screen and (min-width: 50em) {
    .entry-419 .testimonial.light .testimonial-details {
        padding-left: 70px;
    }
}

.what {
    color: #000;
    display: inline-block;
    background: #fff;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
}

.testimonial-quote {
    font-family: 'mrs-eaves';
    font-style: italic;
    font-size: 20px;
    line-height: 22px;
}

/*
|----------------------------------------------------------------------------------------------
|  Dermablog
|----------------------------------------------------------------------------------------------
*/
.dermablog-latest {
    padding: 100px 0 50px 0;
}

.dermablog-latest .column.middle,
.dermablog-latest .middle.columns {
    padding: 50px 20px;
}

@media screen and (min-width: 50em) {
    .dermablog-latest {
        padding: 50px 0;
    }

    .dermablog-latest .column.middle,
    .dermablog-latest .middle.columns {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        padding: 0 20px;
    }
}

.all-articles {
    margin-top: 50px;
}

.artikel-headline {
    max-width: 500px;
    margin: 0 auto;
    font-family: 'mrs-eaves';
    font-style: italic;
    font-size: 35px;
}

.artikel-headline:before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: url(../img/double-line.png) 0 0 repeat-x;
    margin-bottom: 10px;
}

.artikel-headline:after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: url(../img/double-line.png) 0 0 repeat-x;
    margin-top: 10px;
}

.back-row {
    padding: 40px 0 60px 0;
}

/*
|----------------------------------------------------------------------------------------------
|  Le Manoir Art
|----------------------------------------------------------------------------------------------
*/
.lma-teaser {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.image-caption {
    font-size: 10px;
    display: block;
    padding: 5px 0;
    max-width: 500px;
    margin: 0 auto;
}

.art-intro {
    margin-bottom: 60px;
}

.text-slider {
    font-weight: 300;
}

#art-tabs {
    border: 0;
    padding-bottom: 20px;
}

#art-tabs .tabs {
    text-align: center;
}

.text-slider .tabs-content {
    border: 0;
}

#art-tabs .tabs-title {
    float: none;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
}

#art-tabs .tabs-title>a:focus,
.tabs-title>a[aria-selected='true'] {
    background: none;
    border-bottom: 2px solid #E10602;
}

.person-intro {
    margin-bottom: 60px;
}

.art-entry {
    margin-bottom: 70px;
    position: relative;
    max-width: 870px;
    padding: 0 15px;
}

.art-entry.detail {
    max-width: 68.75rem;
}

.art-label {
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 2px;
}

.art-fact {
    font-family: 'mrs-eaves';
    font-style: italic;
    font-size: 18px;
}

.art-info {
    margin-bottom: 30px;
}

.art-cat {
    display: inline-block;
}

@media screen and (min-width: 50em) {
    .art-info {
        padding-left: 70px;
    }
}

@media screen and (min-width: 50em) {
    .image-right .art-info {
        padding-left: 0;
    }
}

.art-anleser {
    font-size: 12px;
    display: block;
    padding-bottom: 10px;
}

.art-detail-anleser {
    font-size: 12px;
    display: block;
    margin-bottom: 15px;
}

.art-title {
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
}

.art-detail-titel {
    text-transform: none;
    padding-top: 0;
    margin-bottom: 15px;
}

.art-detail-intro {
    padding: 80px 0;
}

.art-title-detail {
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 20px;
    border-bottom: 2px solid #ccc;
    letter-spacing: 3px;
    font-weight: bold;
    margin-bottom: 20px;
}

.art-teaser {
    font-size: 20px;
    font-family: 'mrs-eaves';
}

.art-teaser p {
    line-height: 22px;
    font-style: italic;
}

@media screen and (min-width: 50em) {
    .art-teaser {
        padding-right: 25%;
    }
}

.art-teaser-img {
    max-width: 320px;
}

.art-link {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 2px solid #CCC;
    padding-bottom: 7px;
}

.art-link:hover {
    border-bottom: 2px solid #DE0000;
}

/*
|----------------------------------------------------------------------------------------------
|  Art Kategorien
|----------------------------------------------------------------------------------------------
*/
.category-entries {
    padding-top: 50px;
}

@media screen and (min-width: 50em) {
    .category-entries {
        padding-top: 120px;
    }
}

.category-select {
    width: auto;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    min-width: 240px;
    padding-left: 35px;
    padding-right: 25px;
}

.art-category {
    font-size: 10px;
    opacity: 0.5;
}

.page-artcat .category-select-wrapper {
    padding-top: 100px;
}

/*
|----------------------------------------------------------------------------------------------
|  Kontakt
|----------------------------------------------------------------------------------------------
*/
.map {
    margin-bottom: 40px;
}

/*
|----------------------------------------------------------------------------------------------
|  Warenkorb
|----------------------------------------------------------------------------------------------
*/
.cart-overview {
    margin-bottom: 50px;
}

.cart-link {
    background: url(../img/svg/icon-cart.svg) 0 center no-repeat;
    width: 50px;
    position: relative;
    padding-left: 24px;
    margin-left: 20px;
    background-size: 14px;
    position: relative;
}

.cart-link span {
    display: block;
    background: #E01014;
    padding: 0 10px;
}

.cart-item-count {
    background: red;
    color: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    margin-left: 5px;
}

.cart-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cart-items li {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}

@media screen and (max-width: 49.9375em) {
    .cart-item-action {
        position: absolute;
        top: -45px;
        right: 8px;
        width: 30px;
    }
}

.cart-item-action form {
    text-align: center;
}

@media screen and (min-width: 50em) {
    .cart-item-action form {
        text-align: right;
    }
}

.cart-item-price {
    text-align: right;
    padding-top: 8px;
}

.item-total {
    display: block;
    font-size: 30px;
}

.item-tax-note {
    font-size: 12px;
}

.cart-item-amount {
    text-align: left;
    padding-top: 20px;
}

@media screen and (min-width: 50em) {
    .cart-item-amount {
        text-align: center;
    }
}

.cart-item-qty {
    width: 50px;
    margin: 0 0 7px 10px;
}

@media screen and (min-width: 50em) {
    .cart-item-qty {
        margin: 0 auto 7px auto;
    }
}

.cart-item-update {
    background: none;
    border: 0;
    font-size: 12px;
    text-decoration: underline;
}

.cart-item-remove {
    background: #000;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border: 0;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: 30px auto 0 auto;
}

@media screen and (min-width: 50em) {
    .cart-item-remove {
        opacity: .6;
    }

    .cart-item-remove:hover {
        opacity: 1;
    }
}

.empty-cart-notice {
    text-align: center;
    font-style: italic;
    font-size: 20px;
    padding: 40px 0;
}

.cart-sum-wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (min-width: 50em) {
    .cart-sum-wrapper {
        padding-right: 0;
    }
}

.cart-total-price {
    font-size: 50px;
    display: block;
    border-top: 1px solid #e5e5e5;
    background: url(img/double-line.png) 0 100px repeat-x;
    margin: 20px 0 40px 0;
}

@media screen and (min-width: 50em) {
    .cart-total-price {
        font-size: 70px;
    }
}

.checkout-btn {
    display: block;
    text-transform: uppercase;
}

.coupon-code-wrapper {
    border: 1px solid #e5e5e5;
    padding: 20px 30px 10px 30px;
    background: #efefef;
    margin-bottom: 30px;
}

@media screen and (min-width: 50em) {
    .coupon-code-wrapper {
        margin-bottom: 0;
    }
}

.coupon-headline {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
}

.coupon-code {
    width: 200px;
    float: left;
}

.coupon-code-btn {
    float: left;
    background: none;
    color: #000;
    text-decoration: underline;
}

.coupon-code-btn:hover {
    text-decoration: none;
}

/*
|----------------------------------------------------------------------------------------------
|  Checkout
|----------------------------------------------------------------------------------------------
*/
.checkout-wrapper,
.addresses-wrapper,
.overview-wrapper,
.behandlungsliste,
.product-list {
    padding: 40px 0 50px 0;
}

@media screen and (min-width: 50em) {

    .checkout-wrapper,
    .addresses-wrapper,
    .overview-wrapper,
    .behandlungsliste,
    .product-list {
        padding: 50px 0 100px 0;
    }
}

@media screen and (max-width: 49.9375em) {
    .overview-wrapper.checkout {
        padding: 30px;
    }
}

@media screen and (max-width: 49.9375em) {
    .addresses-wrapper {
        padding: 40px;
    }
}

.checkout-column {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
    padding: 30px;
    margin-bottom: 30px;
}

@media screen and (min-width: 50em) {
    .checkout-column {
        margin-bottom: 0;
    }
}

.guest-order-btn {
    display: block;
    margin-bottom: 20px;
    text-decoration: underline;
}

.checkout-headline {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.address-data {
    list-style: none;
    margin: 0;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px dashed #e5e5e5;
    background: #f5f5f5;
}

.address-card {
    position: relative;
}

.edit-address {
    position: absolute;
    top: 86px;
    right: 20px;
    padding: 0;
    background: none;
    color: #000;
    font-size: 12px;
    text-decoration: underline;
}

.edit-address:hover {
    background: none;
    text-decoration: none;
    color: #000;
}

.address-column {
    position: relative;
}

.edit-address-btn,
.delete-address-btn {
    position: absolute;
    top: 75px;
    right: 30px;
    padding: 0;
    background: none;
    color: #000;
    font-size: 12px;
    text-decoration: underline;
}

.edit-address-btn:hover,
.delete-address-btn:hover {
    background: none;
    text-decoration: none;
    color: #000;
}

.delete-address-btn {
    top: 30px;
    border: none;
}

.no-orders-notice {
    font-style: italic;
}

.order-success-notice {
    font-style: italic;
}

.address-view {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 20px;
}

.address-select {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.address-actions {
    list-style: none;
    padding: 0;
    margin: 0;
}

.address-actions a {
    text-decoration: underline;
    font-size: 12px;
}

@media screen and (max-width: 49.9375em) {
    .address-actions {
        margin-bottom: 20px;
    }
}

.checkout-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.checkout-item {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
    padding: 20px;
    margin-bottom: 20px;
}

.checkout-summary {
    padding: 0 30px 0 0;
}

@media screen and (max-width: 49.9375em) {
    .checkout-summary {
        padding: 0;
    }
}

.checkout-item-total {
    border-bottom: 1px solid #e5e5e5;
}

.checkout-cart-total {
    font-size: 30px;
}

@media screen and (min-width: 50em) {
    .checkout-cart-total {
        font-size: 40px;
    }
}

.checkout-sums {
    margin-bottom: 30px;
}

@media screen and (min-width: 50em) {
    .checkout-sums {
        margin-bottom: 0;
    }
}

.buyers-notice {
    margin: 20px 0;
}

.buyers-notice a {
    text-decoration: underline;
}

.buy-now-btn {
    width: 100%;
    text-transform: uppercase;
}

.payment-method-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.creditcard-form {
    margin-top: 20px;
}

.stripeInFrame .button>.inner>button {
    background-image: linear-gradient(#4A4A4A, #000000) !important;
}

/*
|----------------------------------------------------------------------------------------------
|  Kontakt
|----------------------------------------------------------------------------------------------
*/
.contacts {
    padding: 20px 0;
}

@media screen and (min-width: 50em) {
    .contacts {
        padding: 100px 0;
    }
}

.contacts-address {
    padding-top: 40px;
}

.contact-row {
    padding-bottom: 0;
}

@media screen and (min-width: 50em) {
    .contact-row {
        padding-bottom: 30px;
    }
}

.contact-box {
    border: 1px solid #D9D9D9;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

@media screen and (min-width: 50em) {
    .contact-box {
        margin-bottom: 0;
    }
}

.contact-area {
    display: block;
    font-weight: bold;
    padding-bottom: 20px;
    font-size: 14px;
}

@media screen and (min-width: 50em) {
    .contact-area {
        padding-bottom: 45px;
    }
}

.contact-name {
    display: block;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
}

.contact-mail {
    display: block;
    font-family: 'mrs-eaves';
    font-style: italic;
    font-size: 18px;
}

.contact-credits {
    padding-top: 40px;
}

.contact-credits .column,
.contact-credits .columns {
    padding-bottom: 40px;
}

@media screen and (min-width: 50em) {

    .contact-credits .column,
    .contact-credits .columns {
        padding-bottom: 0;
    }
}

/*
|----------------------------------------------------------------------------------------------
|  Instagram
|----------------------------------------------------------------------------------------------
*/
.instagram {
    padding-bottom: 100px;
}

.instagram img {
    border: 3px solid #fff;
}

.instagram .instagram-title {
    display: block;
    height: 100px;
    line-height: 100px;
    margin-bottom: 50px;
    background: url(../img/svg/icon-instagram.svg) center center no-repeat;
}

/*
|----------------------------------------------------------------------------------------------
|  Footer
|----------------------------------------------------------------------------------------------
*/
.footer-wrapper {
    background: #000;
    position: relative;
    margin-top: 100px;
    z-index: 100;
}

.dark .footer-wrapper {
    background: #fff;
    margin-top: 0;
}

.landingpage .footer-wrapper {
    margin-top: 0;
}

.footer {
    color: #fff;
    min-height: 100px;
    padding: 50px 0 20px 0;
}

@media screen and (min-width: 50em) {
    .footer {
        padding: 50px 0;
    }
}

.dark .footer {
    color: #000;
}

.footer-nav {
    padding-left: 20px;
}

.footer a {
    color: #C9C9C9 !important;
    font-size: 14px;
}

.dark .footer a {
    color: #000 !important;
}

.footer-headline {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 20px;
}

@media screen and (min-width: 50em) {
    .footer-headline {
        -webkit-transform: rotate(-90deg) translate(23px, -145px);
        transform: rotate(-90deg) translate(23px, -145px);
        padding-left: 0;
    }
}

.footer-headline:after {
    content: '|';
    color: red;
    display: inline-block;
    padding-left: 10px;
    font-weight: 700;
}

.facebook-icon {
    margin-top: 50px;
    display: inline-block;
}

.landingpage .facebook-icon {
    margin-top: 10px;
}

.newsletter-form-wrapper {
    padding: 30px;
    margin-top: 20px;
    border: 2px solid #fff;
    margin-left: 60px;
    margin-right: 60px;
}

@media screen and (max-width: 49.9375em) {
    .newsletter-form-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

.newsletter-email {
    float: left;
    width: 55%;
    background: none;
    border: none;
    margin-bottom: 0;
    color: #fff;
    margin-right: 5%;
    border-bottom: 1px solid;
}

.newsletter-email:focus {
    background: none;
    border: none;
    border-bottom: 1px solid;
    box-shadow: none;
}

@media screen and (max-width: 49.9375em) {
    .newsletter-email {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
}

.newsletter-btn {
    float: left;
    width: 40%;
    background: #fff;
    color: #000;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
    height: 40px;
}

.newsletter-btn:hover {
    background: #fff;
    color: #000;
}

@media screen and (max-width: 49.9375em) {
    .newsletter-btn {
        float: none;
        width: 100%;
    }
}

.newsletter-response.error {
    padding-top: 20px;
    color: #f00;
}

.newsletter-response.success {
    padding-top: 20px;
    color: #6aa964;
}

.bottom-bar {
    text-align: center;
    background: #000;
}

.bottom-bar ul {
    list-style: none;
    padding: 20px 0 30px 0;
    margin-left: 0;
    margin-bottom: 0;
}

.bottom-bar ul li {
    display: inline-block;
    padding-right: 13px;
}

.bottom-bar ul li:last-child {
    padding-right: 0;
}

.bottom-bar ul li a {
    color: #fff;
    text-transform: uppercase;
    opacity: 0.5;
    font-size: 10px;
}

.bottom-bar ul li a.active,
.bottom-bar ul li a:hover {
    opacity: 1;
}

.dark .bottom-bar {
    background: #fff;
}

.dark .bottom-bar ul li a {
    color: #000;
}

/* !FOCUSED IMAGES */
/*-----------------------------------------*/
.focuspoint {
    position: relative;
    /*Any position but static should work*/
    overflow: hidden;
    height: 250px !important;
}

@media screen and (min-width: 50em) {
    .focuspoint {
        height: 467px !important;
    }
}

.focuspoint img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    display: block;
    /* fill and maintain aspect ratio */
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: none;
    max-width: none;
}

.dermasection {
    margin-bottom: 35px;
    margin-left: 29%;
    margin-right: 29%;
}

@media screen and (max-width: 767px) {
    .dermasection {
        margin-bottom: 35px;
        margin-left: 3%;
        margin-right: 3%;
}
}

.dermasection-inner {
    border-radius: 1px;
    border-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    font-size: 1em;
    padding: 28px 28px;
    word-wrap: break-word;
    background-color: #ffffff;
}


/* WooCommerce CSS*/

.woocommerce {
    margin: auto;
}

.woocommerce-breadcrumb {
    display: none;
}

.woocommerce-product-gallery {
    display: none;
}


.quantity .screen-reader-text {
    display: none;
}

.qty {
    width: 50px;
    margin: 0 0 7px 10px;
} 

@media screen and (min-width: 50em){
.qty {
    margin: 0 auto 7px auto;
}
}

.woocommerce-notices-wrapper {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #4096E4;
}

.woocommerce-error {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #4096E4;
    list-style-type: none;
}

.wc-forward {
    display: none;
}

.woocommerce-order-details__title {
    font-weight: 700;
    font-size: 18px;
}

.woocommerce-column__title {
    font-weight: 700;
    font-size: 18px;
}

/* Über uns */

.hero-unit3-ueber {
    background: #000;
    position: relative;
    color: #fff;
}

@media screen and (min-width: 50em) {
    .hero-unit3-ueber {
        margin-top: 30px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 49.9375em) {
    .hero-unit3-ueber {
        margin-bottom: 165px;
    }
}

.hero-unit3-ueber .hero-image {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 49.9375em) {
    .hero-unit3-ueber .herotext {
        margin-top: -50px;
    }
}

.hero-unit3-ueber .herotext h2 {
    max-width: 100%;
}

.subnav .active a {
    opacity: 1;
}

.left-nav .current-page-parent a {
    border-bottom: 2px solid #e10602;
}

.hauttyptest-hintergrund {
    background-image: url(../img/hauttyptest-bg.jpg);
    background-size: cover;
    border: 0 !important;
}

.single_variation {
    float: left;
    width: 50%;
    display: inline-block;
}

.variations_button {
    float: right;
    text-align: right;
    width: 50%;
    display: inline-block;
}

.wc_payment_methods {
    list-style-type:none;
}

.woocommerce-billing-fields h3 {
    font-size: 20px !important;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5 !important;
}

.woocommerce-additional-fields h3 {
    font-size: 20px !important;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 20px;
    border-bottom: 1px solid #e5e5e5 !important;
}

#order_review_heading {
    font-size: 20px !important;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 20px;
    border-bottom: 1px solid #e5e5e5 !important;
}

.woocommerce-privacy-policy-link {
    border-bottom: 1px solid #000 !important;
}

.payment_method_express_checkout label img {
    display: none; 
}

.payment_method_stripe label img {
    display: none; 
}

.wc-bacs-bank-details-heading {
    font-weight: 700;
    font-size: 18px;
}

.wc-bacs-bank-details-account-name {
    font-weight: 500;
    font-size: 18px;
}

@media screen and (max-width: 49.9375em) {
    .btn-cart { 
        padding: 14px 20px;
    }
}

.express_checkout_button_chekout_page {
    margin-left: auto;
    margin-right: auto;
}

